Explain jsessionid and when is it created?
What are the types of servlets? Explain
What exception should be thrown when servlet is not properly initialized?
how can you give alias to servlets?
What is the life cycle of a servlet?
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.
What is the type of method for sending request from http server?
What are the uses of servlets?
Can a jsp be called using a servlet?
Explain the architechure of a servlet?
Is the init(ServletConfig sc) throws IOException or not?
What is the difference between RequestDispatcher and sendRedirect?-
How to handle the debug errors in servlets?