What is servlet and its life cycle?
No Answer is Posted For this Question
Be the First to Post Answer
Hi friends, am newbie to servlet. My interviewer asked why used servlet in your application. i used servlet for controller logic and business logic . is it correct ?
Explain get and post.
What do you mean by interservlet communication?
What is servlet used for?
Can we define constructor in Servlet class?
What is the workflow of a servlet?
How session tracking can be achieved, if your browser doesn't support cookies (or) if cookies are disabled?
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 servlet interface?
How can I send user authentication information while making URL Connection?
How a servlet is unloaded?
What is the ServletConfig() and what is its use?