How multiple simultaneous requests can be handled by
servlets?
Answer Posted / sudheer
For every request servlet container will create a new
thread and service method is called
Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is the life cycle of a servlet?
Can filter be used as request or response?
What is the procedure for initializing a servlet?
Explain their methods? Tell me their parameter names also have you used threads in servlet?
Which protocol will be used by browser and servlet to communicate
Is servlet thread safe?
What mechanisms are used by a Servlet Container to maintain session information?
When servlet object is created?
Does servlet have main method?
How to upload a file to the server using servlet?
What are the different session tracking techniques?
What are the types of servlet?
What is servlet in tomcat?
How to get the IP address of client in servlet?
What are the important functions of filters?