Explain the methods of request dispatcher in servlet?
How the servlet is loaded?
How can you run a servlet program?
What is servlet instance?
How to create war file?
When the methods init() and Distroy() will be called?
When servlet object is created?
what is the difference between?when we write the code in following manner? class One extends httpservlet { } and class One extends genericservlet { }
What is httpservlet class?
Difference between httpservlet and generic servlets?
What are the common methods that are included in the http servlet class?
what do you understand by url rewriting?
What are the life-cycle methods for a servlet?