when the several requests comes to server..how it manage
the requests
Answer Posted / malligontla
As the servlet is a single thread model, then the requests
will be served one by one. That’s the internal process by
the web container.
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
How we can create war file in servlet?
Explain session tracking and its importance?
How to get the IP address of client in servlet?
How we can call a jsp from the servlet?
What is httpservlet class?
What are the steps involved in placing a servlet within a package?
What do you mean by a filter and how does it work?
What is ServletContext object?
Explain the servlet context.
How do you load an image in a Servlet?
What must be implemented by all servlets?
What are the different methods of session management in servlets?
What are the advantages of servlets over traditional cgi?
What is the use of welcome-file-list?
What is war file?