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 do you define a servlet?
Explain the servlet filter.
What is new in ServletRequest interface ? (Servlet 2.4)
Write a simple servlet program to print the contents of html.
What do you mean by web applications? Explain web application directory arrangement?
What is http servlet?
What do you mean by default initialization in java servlet?
Describe the phases of servlet lifecycle?
What do you mean by interservlet communication?
What are the difference between session and cookies in servlet? Explain
How do you deal property files in servlet?
Is tomcat a servlet container?
What are sessions in servlets?
What is cookie? Why is cookie used?
When should you prefer to use doget() over dopost()?