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
Explain web container.
how many jsp scripting elements are there and what are those?
How to get the current httpsession object?
Can you refresh servlet in client and server-side automatically?
How the typical servlet code look like ?
How do we share data using 'getservletcontext ()?
Whats the advantages using servlets over using CGI?
How do you communicate in between Applets and Servlets?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
Can servlet have a constructor ?
What are the advantages of Servlet over CGI?
Write a hello world program using servlets.
Differentiate between get and post?
Why do we need servlet filter?
Elucidate servlet attributes and its scope?