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
Difference between get and post in java servlets?
What are all the ways for session tracking?
What are the mechanisms used by a servlet container for maintaining session information?
What do you mean by a filter and how does it work?
What is the difference between encodeRedirectUrl and encodeURL?
Which exception is thrown if the servlet is not initialized properly?
How to generate the server side programming and the advantages of it over the other languages?
What do you mean by mime type?
Why do we use sendredirect() method?
Can a jsp be called using a servlet?
what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?
How to make sure a servlet is loaded at the application startup?
Explain Action Servlet?
Can you create a deadlock condition on a servlet?
How to handle exceptions thrown by application with another servlet?