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
If servlet receives multiple requests, how many objects will it create?
What is the workflow of a servlet?
Which application server is best for java?
Name the different ways of session tracking.
What is string tokenizer?
How are filters?
What is the difference between the servlets and cgi programs?
Why do we need servlet filter?
What are the functions of an intercepting filter?
Explain Action Servlet?
What is ServletContext object?
How does Cookies work in Servlets?
Explain the methods of request dispatcher in servlet?
Why doesn’t a servlet include main()?
What do you mean by request dispatcher in servlet? Also explain its methods.