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
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
Can we override servlet service method?
How to notify an object in session when session is invalidated or timed-out?
What are the supporting protocol by HttpServlet ?
Difference between java beans & servlets?
What are the mechanisms used by a servlet container for maintaining session information?
Write the code to get the server information in servlet.
Why filter is used in servlet?
What is the directory structure of web application?
How many objects of a servlet is created?
What is ServletConfig object?
What is the difference between Difference between doGet() and doPost()?
Why doesn’t a servlet include main()? How does it work?
Write a servlet to upload file on server.
What is the life-cycle of servlets?