What is done after deploying a war file and before client
gives a request
Answer Posted / ravikiran
the war file is loaded by the container
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is servlet and how it works?
What is called Session Tracking?
Whether thread can be used in servlets?
What is the use of attribute in servlets?
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?
What is the structure of the http response
How to get the IP address of client in servlet?
How the typical servlet code look like ?
What is a server side include (ssi)
how many jsp scripting elements are there and what are those?
Is servlet synchronized?
What do you mean by web applications? Explain web application directory arrangement?
What is the process to implement doget and dopost methods?
Why doesn’t a servlet include main()?
What’s the difference between forward() and sendredirect() methods?