How multiple simultaneous requests can be handled by
servlets?

Answers were Sorted based on User's Feedback



How multiple simultaneous requests can be handled by servlets?..

Answer / sudheer

For every request servlet container will create a new
thread and service method is called

Is This Answer Correct ?    8 Yes 0 No

How multiple simultaneous requests can be handled by servlets?..

Answer / niranjanravi

using Threads

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Servlets Interview Questions

Can we fetch the attributes related to a servlet on a different servlet?

0 Answers  


What is the default HttpRequest method?

6 Answers  


What do you mean by the servlet chaining?

0 Answers  


What is meant by a web application

0 Answers  


Can you refresh servlet in client and server-side automatically?

0 Answers  






waht is the main diference b/w servelts and JSP ?

8 Answers   CAP, HCL,


What is URL Encoding?

0 Answers  


Can I override destroy() method of Servlets?

4 Answers   Accenture,


How do you load an image in a Servlet?

0 Answers  


What is the ServletConfig() and what is its use?

4 Answers   Google,


Explain jsessionid and when is it created?

0 Answers  


What is servlet context ?

4 Answers  


Categories