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 the war file?
What are the differences between forward() method and sendredirect() methods?
What's the architecture of a servlet package?
What is servlet and its life cycle?
What is meant by a servlet?
What is servlet and its advantages?
Write all the phases defined in servlet life cycle?
How to upload a file to the server using servlet?
What do you mean by annotations in servlet?
How will you pass values from HTML page to the servlet?
What is the use of request dispatcher interface?
What do you mean by url pattern in servlet?
Can we get PrintWriter and ServletOutputStream both in a servlet?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
How a servlet is unloaded?