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
How do you create a cookie using servlet?
Which java framework is most popular?
How does tomcat servlet container work?
How do you communicate in between Applets and Servlets?
What is the functionality of actionservlet and requestprocessor?
Why do we have servlet filters?
Can we fetch the attributes related to a servlet on a different servlet?
How do you find out what client machine is making a request to your servlet
Which event is fired at the time of setting, getting or removing attribute from application scope?
What do you mean by cgi in servlet?
How can we create deadlock situation in servlet?
What is session tracking?
What is the difference between servlet and filter?
What is the
List out the difference between ServletConfig and ServletContext?