What is done after deploying a war file and before client
gives a request
Answer Posted / 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 |
Post New Answer View All Answers
What is servlet in tomcat?
What is difference between GenericServlet and HttpServlet?
Explain the differences between jsp and servlet.
What is ServletConfig object?
Difference between get and post in java servlets?
Can we use the constructor, instead of init(), to initialize servlet?
What is the workflow of a servlet?
What are the different mode that servlets can be used?
What is the difference between encodeRedirectUrl and encodeURL?
What is the need of servlet filters?
What are the types of an http request?
What is called servlet container?
Write a simple servlet program to print the contents of html.
What is api in servlet?
What is cgi and what are its drawbacks?