When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Servlets Interview Questions

Explain the concept of ssi ?

0 Answers  


What is the use of httpservletrequestwrapper and httpservletresponsewrapper?

0 Answers  


What are advantages of servlets over cgi?

0 Answers  


what is the difference between?when we write the code in following manner? class One extends httpservlet { } and class One extends genericservlet { }

4 Answers  


Why doesn’t a servlet include main()?

0 Answers  






Why filter is used in servlet?

0 Answers  


Define declaration.

0 Answers  


Hi............ When i am started the tomcat server it started. but it not load the jar files wht we deploving file.suppose we load the wapp folder in webapps. At running time it show the below error in tomcat server INFO: validateJarFile(C:\Program Files\Apache Software Foundation\Tomcat 5.0\web apps\wapp\WEB-INF\lib\servlet-api.jar) - jar not loaded. See Servlet Spec 2.3, s ection 9.7.2. Offending class: javax/servlet/Servlet.class How to slove this problem in my system. plz give answer for this problem.

5 Answers  


why are extending GenericServlet and why are extending HttpServlet explain?

7 Answers  


What is the difference between CGI and Servlet?

0 Answers  


Write a servlet to upload file on server.

0 Answers  


Why HttpServlet class is declared abstract?

0 Answers  


Categories