Tell the new features added in servletrequest interface i.e. Servlet 2.4
No Answer is Posted For this Question
Be the First to Post Answer
What's the difference between servlets and applets?
can we override service method in my servlet class..?? if yes or no why ??
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.
How to make sure a servlet is loaded at the application startup?
When we don't write any constructor for the servlet, how does container create an instance of servlet?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
What is the protocol used by Server & Client?
What is life cycle of Servlet?
Can filter be used as request or response?
What is load-on-startup in servlet?
Explain how to improve Servlet Performance?
What is a server side include (ssi)