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

Which is better jsp or servlet?

0 Answers  


What is the use of java servlet api?

0 Answers  


If some new data has entered the database, explain how can a servlet refresh automatically?

0 Answers   BirlaSoft,


What is forward() and include() of servlets RequestDispatcher interface?

6 Answers   HCL,


How to pass session values from one servlet container to another servlet container? or how can we get session values of one container in another container?

6 Answers   IBM, Infosys, TCS,






What is java servlet?

0 Answers  


What are the new features added to servlet 2.5?

0 Answers  


How two servlets communicate with each other?

2 Answers  


What is a web application and what is it’s directory structure?

0 Answers  


How to get the server information in a servlet?

0 Answers  


what is a session object?

2 Answers  


What exactly are the functions of servlet?

0 Answers  


Categories