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
What are Servlets?
Can we refresh servlet in client and server side automatically?
Explain url encoding in servlet?
how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file
What is the use of servlet context?
Explain how does JSP handle run-time exceptions?
Can we override destroy method in servlet?
How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255
What is the use of servletconfig interface?
How do we go with database connection and log4j integration in servlet?
How will two or three servlets interact or communicate with each other?
What are the drawbacks of cgi?
What is the need of servlet filters?
What is a server side include (ssi)
Why HttpServlet class is declared abstract?