What are the drawbacks of cgi?
No Answer is Posted For this Question
Be the First to Post Answer
What is URL Encoding?
What if we pass negative value in load-on-startup?
Explain the working of service() method of a servlet.
What is the type of method for sending request from http server?
What is cookies in servlet with example?
What is servlet and its advantages?
How long do servlets last?
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 is an application exception handling is done using a servlet?
What is the disadvantage of cookies?
What is use of parseQueryString?
why business logic written using servlets not in jsp. Jsp used for presentation purpose. serlvet used for coding business logic and controller logic. Reason for using servlets in business logic.