what do you understand by url rewriting?
Explain the working of service() method of a servlet.
Why is a constructor needed in a servlet even if we use the init method?
How a servlet is unloaded?
Explain the features are in servlet 3?
What is cookie? Why is cookie used?
Can we refresh servlet in client and server side automatically?
How do you get the ip address of the client in servlet?
What is new in ServletRequest interface ? (Servlet 2.4)
What is Client-Server Computing?
What if you need to span your transaction across multiple servlet invocations?
When servlet object is created?
How can the session in servlet be destroyed?
What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?
What is the difference between get and post methods?