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 are the advantages of servlets over traditional cgi?
When a servlet accepts a call from a client, it receives two objects. What are they?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
The code in a finally clause will never fail to execute, right?
Should I override the service() method?
Why doesn’t a servlet include main()?
Why is httpservlet declared abstract?
What is servlet used for?
Name the different ways of session tracking.
How can you create a session in servlet?
Why should we go for interservlet communication?
what is session tracking?what are types of session tracking ?and when to cookies,when to use sessionmanagement,whent use url rewriting technique,plz explain briefly?