What are the different methods of session management in servlets?
What's the servlet interface?
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.
Explain how does JSP handle run-time exceptions?
What do you mean by default initialization in java servlet?
What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?
What is the need of servlet filters?
What are the advantages of Servlet over CGI?
What is servlet initializer?
Explain the features are in servlet 3?
Explain the working of service() method of a servlet.
Difference Between Web Server and Application server ??
What is the process to implement doget and dopost methods?