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 |
Can we fetch the attributes related to a servlet on a different servlet?
What is the default HttpRequest method?
What do you mean by the servlet chaining?
What is meant by a web application
Can you refresh servlet in client and server-side automatically?
waht is the main diference b/w servelts and JSP ?
What is URL Encoding?
Can I override destroy() method of Servlets?
How do you load an image in a Servlet?
What is the ServletConfig() and what is its use?
Explain jsessionid and when is it created?
What is servlet context ?