GeekInterview.com
  I am new, Sign me up!
 

Servlets Interview Questions


Servlets Interview Questions

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

 
 Servlets Interview Questions
Sorting Options :  

1)What is web.xml?2)what is the filter?3)How to we create a new JSTL class?4)When we are developing the project which collections mostly used?5)Difference between reqeust.getAttribute,and request.getParameter? 
Latest Answer: 1)What is web.xml?web.xml is nothing but a deployment descriptor. It describes a web applicants deployment settings.2)what is the filter?It is an Pluggable web componenet device it allow us to implement or add  pre processing or post processing logic ...
Read Answers (1) | Asked by : Ramu

Latest Answer: service method is used to serve to client [which intern calls doGet/doPost methods depending on type of requests].......This service() method is called by the servlet container....Thanks,Vinay ...
Read Answers (8) | Asked by : raj

What is the difference between doGet methods,doGet()and service() used in servlet?can we use service() methods replace of doGet() and doPost()?
Read Answers (11) | Asked by : ajay

View Question | Asked by : JavaPassion

protected. 
Latest Answer: HttpServlet class extends the GenericServlet class.So it has two service methods.(1) public void service(ServletRequest req,ServletResponce res);(2) protected void service(HttpServletRequest req,HttpServletResponce res);Thus the the  modifier for ...
Read Answers (6) | Asked by : sujatham

Latest Answer: A Servlet is that portion of your J2EE application which handles ur requets and where the buisness logic is implemented and depending on the request a response object is generated which is sent back to the client.A Servlet container is that portion of ...
Read Answers (7) | Asked by : sujatham

Class java.lang.Object  
Latest Answer:                     javax.servlet.servlet              ->Interface                           ...
Read Answers (2) | Asked by : sujatham

The characteristics of servlets that have gained them a wide spread acceptance are as follows:1.Servlets are efficient:The initialization code for a servlet is executed only when the servlet is executed 
View Question | Asked by : sujatham

Latest Answer: Connection Pooling is like u have created a set of connection pools and hav stored them in some data structure.The benefit which u get by doing this is everytime u get a new request u can use one of the available connections u don need to establish a ...

What is the need for having HTTPServlet class when we already have GenericServlet class which can handle all type of requests?
Read Answers (4) | Asked by : Neelam Agarwal

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