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
Explain the war file?
What is servletconfig?
Describe the phases of servlet lifecycle?
How do you configure a centralized error handler in servlets?
Differentiate between the get and post method
Which httpsession object is used to view and manipulate information about a session?
What is the capacity the doget can send to the server?
Name the packages that work with servlet?
What’s the difference between genericservlet and httpservlet?
How is the get () method different from the post() method?
What is the difference between Servlets and Applets?
What are the objects involved when a servlet receives a call from client?
What are the uses of servlet
Which interface should be implemented by all servlets?
How to get the current httpsession object?