How do servlets work?



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

Post New Answer

More Servlets Interview Questions

Why do you use session tracking in httpservlet?

1 Answers  


why are using HttpServlet in realtime projects and why are not using Genericservlet

2 Answers  


Tell the new features added in servletrequest interface i.e. Servlet 2.4

1 Answers  


What are the uses of servlet

1 Answers  


What is URL Encoding?

1 Answers  


When a servlet accepts a call from a client, it receives two objects. What are they?

1 Answers  


What do you mean by filter in servlet?

1 Answers  


How multiple simultaneous requests can be handled by servlets?

2 Answers  


Is servlet thread safe?

1 Answers  


What is the use of servlet context?

1 Answers  


If my browser does not support cookie, and my server sends a cookie instance what will happen?

1 Answers  


Explain their methods? Tell me their parameter names also have you used threads in servlet?

1 Answers  


Categories