What is cookie in servlet?
No Answer is Posted For this Question
Be the First to Post Answer
Which event is fired at the time of project deployment and undeployment?
Can you call a jsp from the servlet?
How do you track a user session in servlets?
What is java servlet session?
Servlet is pure java object or not?
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 role of the webserver?
What are the common methods that are included in the http servlet class?
What is servlet and how it works?
How to generate the server side programming and the advantages of it over the other languages?
What is the use of servletconfig interface?
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.