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
Define declaration.
What are the life cycle methods of the servlet?
What is the workflow of a servlet?
What methodology can be followed to store more number of objects in a remote server?
What is the difference between Servlets and Applets?
Why do we use sendredirect() method?
Write a simple servlet program to print the contents of html.
What is the difference between servlet and jsp?
Explain the servlet filter.
What is called a session?
What are the difference between RMI and Servlets?
Should I override the service() method?
What is the disadvantage of cookies?
Can you use javascript in servlets?
What do you mean by scope object and what are its types?