When servlet object is created?


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

Post New Answer

More Servlets Interview Questions

What are the methods in HttpServlet?

8 Answers  


What do you mean by web applications?

0 Answers  


Explain request dispatcher and its methods.

0 Answers  


Is java servlet still used?

0 Answers  


Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?

0 Answers  


Differentiate between the web server and application server?

0 Answers  


How will you open a new page after certain interval of time (5 sec), on clicking of a button in an html page?

2 Answers  


Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?

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  


What is the use of servletconfig interface?

0 Answers  


How will you pass values from HTML page to the servlet?

0 Answers  


What is the difference between sendredirect() and forward() in a servlet?

0 Answers  


Categories