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 |
What are different Authentication options available in Servlets.
What do you mean by httpservlet and how it is different from the genericservlet?
when the webcontainer creates ServeletConfig,ServletContext objects? befoure creating the Servlet object or not?
Explain in brief the directory structure of a web application?
How is the get () method different from the post() method?
What happens, if server sends a cookie to a browser that doesn't supports cookies?
How to create war file?
What is context switching?
What is the process for chaining servlet?
If we disable cookies in our web page, what will happen?
what is a session object?
What is the role of the webserver?