What is done after deploying a war file and before client
gives a request
Answers were Sorted based on User's Feedback
Answer / ravikiran
The container will create the folder structrue named with
the war file and places all the files and folders inside
that during startup
| Is This Answer Correct ? | 5 Yes | 2 No |
What is the difference between Difference between doGet() and doPost()?
What are the different ways we can maintain state between requests?
What is servlet container. how it works?
Why do we have servlet filters?
Which http method is said to be non-idempotent and idempotent?
What do you mean by singlethreadmodel interface?
When we don't write any constructor for the servlet, how does container create an instance of servlet?
What are the different methods involved in the process of session management in servlets?
What is the difference in between the httpservlet and generic servlet?
How can you push data from an Applet to a Servlet?
What is servlet mapping?
What do you mean by the servlet chaining?