How multiple simultaneous requests can be handled by
servlets?
Answer Posted / sudheer
For every request servlet container will create a new
thread and service method is called
Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Why is httpservlet declared abstract?
What are the different methods involved in the process of session management in servlets?
What are the different ways we can maintain state between requests?
How many servlet objects are created?
What is the importance of init() method in Servlet ?
What are different ways for authentication of servlet?
What is the advantage of Servlets when compared with other server side technologies?
What are the different types of servlets?
What are the types of servlet?
What's the use of servletcontext?
Explain servlet.
How do you run a servlet?
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
What is the use of servlet context?
How to commuincate between an applet and a servlet?