what are the different services provided by the web server?
Answers were Sorted based on User's Feedback
1.receiving request from a client
2.sending response to a client
3.database interaction
4.data persistance mechanism
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / ramakrishna
Receives many client request and processing it and sending
respective result to the clients
| Is This Answer Correct ? | 0 Yes | 1 No |
why are using HttpServlet in realtime projects and why are not using Genericservlet
What is the difference between context parameter and context attribute?
How multiple simultaneous requests can be handled by servlets?
What is servlet name in web xml?
What are the types of servlets? Explain
What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?
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.
If a servlet is not properly initialized, what exception may be thrown?
can we use more than one controller in web application
what are binding listners?
How is an application exception handling is done using a servlet?
Why session tracking is needed?