what is the control flow in servlet when we send a request?
Answer Posted / puli
when the request is go the server webcontainer creates
request object and response object after that service
method will be called passed request and response objects
as a parameters.
Next request and response objects are destroyed.
Thanks
Puli mama
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are all the advantages of servlet over cgi?
Does servlet have main method?
Explain the difference between get and post method in servlet?
What is servlet and its types?
What is cgi?
Why doesn’t a servlet include main()? How does it work?
What is servlet lazy loading?
Write a program to show the functionality of doget and dopost method?
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
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's the advantages using servlets than using cgi?
When jsessionid is created?
What is servlet looping or chaining?
What are common tasks performed by Servlet Container?
What are the objects involved when a servlet receives a call from client?