GeekInterview.com
  I am new, Sign me up!
 

Servlets Interview Questions


Servlets Interview Questions

Questions: 170
Comments: 725
 Servlets Tags
 Showing Questions 71-80 of 170 Questions
<< Previous 4 5 6 7 [8] 9 10 11 12 13 Next >>
 Sponsored Links

 
 Servlets Interview Questions
Sorting Options :  

Latest Answer: Hi,Good to see the ways of communication between servlets.My question goes as: The servlet communication when they are running in different servlet container. sOne and sTwo are two servlets, here can we include sTwo's output in response of sOne's?Thank ...

Latest Answer: doGET() is better ...
Read Answers (6) | Asked by : neelima

Latest Answer: True Aditya... ...
Read Answers (2) | Asked by : Nagender

Latest Answer: Use can store variables in session, but u can store it in object form only.if it is primitive type u can use wrapper classes to convert it into object.session.setAttribute("test","xyzp");String str=(String)session.getAttribute("test");while retrieving ...
Read Answers (1) | Asked by : Sandy

Latest Answer: we can create connection pooling using tomcatFor that 1. we need to download 3 jar files a. commons-dbcp-1.2.jar b. commons-collections-3.1.jar c. commons-pool-1.3.jar 2. we want to add an entry in server.xml of the tomcat factory org.apache.commons.dbcp.BasicDataSourceFactory driverClassName oracle.jdbc.OracleDriver url jdbc:oracle:thin:@localhost:1521:orcl username anand password pass maxActive 20 maxIdle 10 maxWait -1 for ...
Read Answers (2) | Asked by : rama krishna

Suppose there are 15 links on the homepage of a site and each link creates a new request, how your servlet controller would handle it? (Assuming you are using MVC-2)
Read Answers (3) | Asked by : Anoop

Latest Answer: when we send any request to the servlet, that request tryies to find servlet 1st. second servlet executing following sequence of methodinit()service()destroy()so the 1st time request to servlet, response time is high than 2nd request so to avoid ...
Read Answers (2) | Asked by : adepu

Latest Answer: Jagmohan,              I am really happy after saw your answer.It is the perfect and Suitable answers.Thanks & Regards,Nagaraju.   ...
Read Answers (3) | Asked by : Rupesh

Suppose number of servlets/jsps from various web applications want to access shared data, what is the mechanism to achieve the same?
Read Answers (9) | Asked by : hmashruf

Latest Answer: Hi,The servlet specifications clearly states that we can not explicity destroy the servlet instance by coding what so ever in destroy method.We can only perform clean up operations.So, if we call the service method in init, it will be called and Say I ...
Read Answers (6) | Asked by : Yogesh

View page << Previous 4 5 6 7 [8] 9 10 11 12 13 Next >>

Ask A Question
Go Top
 Sponsored Links

 
Sponsored Links

 
Ask Question
You must login to Ask Question or Register your free account

Category:

 
Question Title:


Question in Detail:

Add this to my Subscribed Questions (?)
Send me email when new answer is posted (?)

 
Subscribe
Get Latest Updates Via RSS Reader or by Email
 Forum Discussion Subscribe to Forum Discussions Via E-Mail Latest Forum Discussions Subscribers
 Knowledge Base Subscribe to Knowledge Base Series Via E-Mail Knowledge Base Subscribers
 Learning Series Subscribe to GeekInterview Learning Series Via EMail Learning Series Subscribers
 Freelance Jobs Subscribe to GeekInterview Freelance Jobs Via EMail Latest Freelance Jobs Subscribers
 GeekInterview Blog Subscribe to GeekInterview Blog Via EMail GeekInterview Blog Subscribers
 Testing Interview Questions Subscribe to Testing Interview Questions Via EMail Testing Interview Questions Subscribers
 Oracle Interview Questions Subscribe to Oracle Interview Questions Via EMail Oracle Interview Questions Subscribers
 Java Interview Questions Subscribe to Java Interview Questions Via EMail Java Interview Questions Subscribers
 Latest Placement Papers Subscribe to Latest Placement Papers Placement Papers Subscribers
 Free Training Subscribe to Free Training Via EMail Free Training Subscribers
 Learn AJAX Subscribe to AJAXwith.com Via EMail AJAXwith Subscribers
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape