How multiple simultaneous requests can be handled by
servlets?
Answers were Sorted based on User's Feedback
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 |
When servlet is loaded?
What is HTTP Session ?
How do you design microservices?
What are the types of servlets? Explain
What is the directory structure of a war file?
servlet life cycle?
What is servlet in web technology?
How can we implement a jsp page?
Define declaration.
can i call init() method in destroy() method of servlset. ?
What are all the ways for session tracking?
How multiple simultaneous requests can be handled by servlets?