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


Please Help Members By Posting Answers For Below Questions

Difference between get and post in java servlets?

773


What are all the ways for session tracking?

838


What are the mechanisms used by a servlet container for maintaining session information?

783


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

732


What is the difference between encodeRedirectUrl and encodeURL?

851


Which exception is thrown if the servlet is not initialized properly?

800


How to generate the server side programming and the advantages of it over the other languages?

792


What do you mean by mime type?

789


Why do we use sendredirect() method?

754


Can a jsp be called using a servlet?

807


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

788


How to make sure a servlet is loaded at the application startup?

775


Explain Action Servlet?

830


Can you create a deadlock condition on a servlet?

801


How to handle exceptions thrown by application with another servlet?

831