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 are the phases of servlet life cycle?

607


Describe the phases of servlet lifecycle?

632


What do you mean by singlethreadmodel interface?

578


What is a deployment descriptor?

596


Is it good idea to create servlet constructor?

742






What do you mean by url pattern in servlet?

625


What is the major difference between context parameter and context attribute?

595


Which method is called when reference variable is passed in system.net?

1828


Which interface must be implemented by all servlets?

795


what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?

571


Differentiate between the print writer and servlet output stream?

562


What's the advantages using servlets than using cgi?

556


Explain web container.

567


What is servlet attributes and their scope?

594


Explain the methods of request dispatcher in servlet?

517