GeekInterview.com
  I am new, Sign me up!
 

Servlets Interview Questions


Servlets Interview Questions

Questions: 170
Comments: 725
 Servlets Tags
 Showing Questions 21-30 of 170 Questions
<< Previous 1 2 [3] 4 5 6 7 8 9 10 Next >>
 Sponsored Links

 
 Servlets Interview Questions
Sorting Options :  

How many Request, Response & session instance you can create for N number of uesr request from a. user request from same userb. user request from diffrent user
Read Answers (5) | Asked by : nitin j

Latest Answer: To send data from one web page to another without being shown to the user hidden fields are used.Http Protocol is a stateless protocol hence it does not remember previous request and the variables and it treats each request as the new request. In order ...
Read Answers (5) | Asked by : chandra

Latest Answer: Request Dispatcher - Dispatch the request to some other JSP or Servlet, user will not aware of this and finally response will go from where the request is dispatched.Request Redirect - Redirect request where user will find URL change and ...
Read Answers (2) | Asked by : hemraj

Latest Answer: You can use the following code to determine whether the thread in which your code is getting executed is daemon or not.if(Thread.currentThread().isDaemon()) {      //logic to execute if daemon.} else {     ...
Read Answers (1) | Asked by : naresh reddy

Latest Answer: Using this method is pretty straight-forward. BUt there is a simple catch: No data should be committed to the servlet output stream before the redirection occurs.In case data has been committed and then redirection is forced, an IllegalStateException ...
Read Answers (2) | Asked by : rajesh

Latest Answer: if we made some chage in web.xml and chang reflect in progm wdout server restrt thn its called hot deployment ...

Latest Answer: Web server is not that much intelligent to handle requests where dynamic data to be inserted. In this case, Web servers need helper classes to accomlish the same. CGI is also widely used like Servlets. But it is having some limitations such as, Heavy ...
Read Answers (3) | Asked by : nirupama

Latest Answer: The use of the SingleThreadModel interface guarantees that only one thread at a time will execute in a given servlet instance’s service method. It is important to note that this guarantee only applies to each servlet instance, since the container may ...
Read Answers (4) | Asked by : Raviranjan Kumar Sinha

Explain about Inter-Servlet communication and business reason for using Inter-Servlet communication
Read Answers (1) | Asked by : Ramesh

Latest Answer: The init(ServletConfig) method is defined in the Servlet interface. It has been implemented by the GenericServlet class. The implementation of this init method in the GenericServlet just stores the ServletConfig object in some private variable ...

View page << Previous 1 2 [3] 4 5 6 7 8 9 10 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