SERVLET INTERVIEW QUESTIONS Download Free Interview Questions eBook of 500 Questions (If you do not have a Yahoo! account, you can get it by simply sending a blank email to CoolIntervi...@yahoogroups.com and confirm the verification email received. Once your email is confirmed, we will instantly send the download link to you.) Servlet Interview Questions What are the uses of Servlets? http://www.coolinterview.com/interview/1295/ Can we write bussiness methods in servlets? if yes, then how can u access that from out side of the servlets? http://www.coolinterview.com/interview/5753/ What is the difference between servlets and applets? http://www.coolinterview.com/interview/1293/ When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet? http://www.coolinterview.com/interview/21814/ how do you compile servlet program? http://www.coolinterview.com/interview/12392/ Difference between single thread and multi thread model servlet http://www.coolinterview.com/interview/5821/ What is pure servlet? http://www.coolinterview.com/interview/10820/ How to communicate between two servlets? http://www.coolinterview.com/interview/5811/ When a servlet accepts a call from a client, it receives two objects. What are they? http://www.coolinterview.com/interview/1299/ Can we call destroy() method on servlets from service method? http://www.coolinterview.com/interview/5820/ What is servlet context ? http://www.coolinterview.com/interview/21812/ Types of Servlets? http://www.coolinterview.com/interview/5786/ If you want a servlet to take the same action for both GET and POST request, what should you do? http://www.coolinterview.com/interview/1304/ What is the difference between callling a RequestDispatcher using ServletRequest and ServletContext? http://www.coolinterview.com/interview/21817/ What information that the ServletResponse interface gives the servlet methods for replying to the client? http://www.coolinterview.com/interview/1297/ What is the difference between servlets and jsp? http://www.coolinterview.com/interview/12485/ Why init is used and not constructor for servlets initialization? http://www.coolinterview.com/interview/10824/ What is the difference between GenericServlet and HttpServlet? http://www.coolinterview.com/interview/1310/
Servlet Interview Questions