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

How do you create a cookie using servlet?

0 Answers  


What do you mean by servlet?

0 Answers  


Does servlet have main method?

0 Answers  


Who is responsible to create the object of servlet?

0 Answers  


what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?

0 Answers  






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

6 Answers   HCL,


Explain the war file?

0 Answers  


what are the way a client can be tracked?

3 Answers   ABC, IBM,


Why HttpServlet class is declared abstract?

0 Answers  


What is the advantage of Servlets when compared with other server side technologies?

0 Answers  


Write the code to get the server information in servlet.

0 Answers  


What is the difference between Get and Post Method?

12 Answers   T3 Softwares,


Categories