How do servlets work?
Answer / Subhankar Dey
Servlets process requests from clients (usually web browsers), perform tasks based on the request, and generate responses that are sent back to the client. They run within a servlet container such as Apache Tomcat or GlassFish.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why do you use session tracking in httpservlet?
why are using HttpServlet in realtime projects and why are not using Genericservlet
Tell the new features added in servletrequest interface i.e. Servlet 2.4
What are the uses of servlet
What is URL Encoding?
When a servlet accepts a call from a client, it receives two objects. What are they?
What do you mean by filter in servlet?
How multiple simultaneous requests can be handled by servlets?
Is servlet thread safe?
What is the use of servlet context?
If my browser does not support cookie, and my server sends a cookie instance what will happen?
Explain their methods? Tell me their parameter names also have you used threads in servlet?