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

What are the common methods that are included in the http servlet class?

0 Answers  


Why do we have servlet listeners?

0 Answers  


How do you define a servlet?

0 Answers  


What do you mean by a filter and how does it work?

0 Answers  


If servlet receives multiple requests, how many objects will it create?

0 Answers  






What are the exceptions thrown by Servlets?

4 Answers   Amplify Mindware,


How do we call one servlet from another servlet?

0 Answers  


What are the functions of the servlet container?

0 Answers  


What is setattribute in servlet?

0 Answers  


Which protocol will be used by browser and servlet to communicate

0 Answers  


How do you design microservices?

0 Answers  


what are the way a client can be tracked?

3 Answers   ABC, IBM,


Categories