What is the life cycle of a servlet?
Loading Servlet.
Then initialising the Servlet.
Handling the Request (invoking service method).
Then destroying the Servlet.
Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between servlet and filter?
what is the difference between?when we write the code in following manner? class One extends httpservlet { } and class One extends genericservlet { }
What is cookie? Why is cookie used?
What is the process for chaining servlet?
What are the various ways of session supervision in servlets?
HTTP tunneling means what?
Explain the role of dispatcherservlet and contextloaderlistener.
What do you mean by cgi?
What's the use of servletcontext?
When to use doget() and when dopost()?
What is the protocol used by Server & Client?
Tell the new features added in servletrequest interface i.e. Servlet 2.4