Explain request dispatcher and its methods.
How do we call one servlet from another servlet?
What are session variable in servlets?
Can we get PrintWriter and ServletOutputStream both in a servlet?
How to commuincate between an applet and a servlet?
How can the referrer and the target urls be used in servlet?
What are the different session tracking techniques?
When Servlet is unloaded?
what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?
Explain web application directory arrangement?
What are life cycle methods of a servlet?
What is the difference between get and post methods?
What is the process for chaining servlet?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
Explain the working of service() method of a servlet.