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
Why do we have servlet wrapper classes?
How do servlets work?
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify
List out difference between a JavaBean from a Servlet?
What are the life-cycle methods for a servlet?
How do cookies work in servlets?
Does servlet have main method?
What methodology can be followed to store more number of objects in a remote server?
What is difference between server and servlet?
Which protocol will be used by browser and servlet to communicate
Is servlet a framework?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
How can the session in servlet can be destroyed?
When servlet is loaded?
What is the directory structure of a war file?