What is servlet tunnelling?
Elucidate servlet attributes and its scope?
Servlet Chaining? How do you do the Filtering in Servlets?
Whether thread can be used in servlets?
What's the advantages using servlets than using cgi?
What is the use of servlet wrapper classes?
Why is Servlet so popular?
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.
Can you create a deadlock condition on a servlet?
Can you refresh servlet in client and server-side automatically?
where the session data will stored?
how this statement works..? public void service(HttpServletRequest request,HttpServletResponse response)
List out difference between a JavaBean from a Servlet?