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


Please Help Members By Posting Answers For Below Questions

What is the use of servlet context?

534


Who is responsible to create the object of servlet?

720


When a servlet accepts a call from a client, it receives two objects. What are they?

766


Explain web container.

569


What do you mean by deployment descriptor?

555






What do you mean by a filter and how does it work?

539


What if you need to span your transaction across multiple servlet invocations?

581


Is servlet a framework?

543


What if we pass negative value in load-on-startup?

805


What are some disadvantages of storing session state in cookies?

588


What are all the protocols supported by httpservlet?

650


What are the difference between RMI and Servlets?

1050


What is life cycle of Servlet?

605


Explain request dispatcher and its methods.

583


What is the workflow of a servlet?

719