How servlet is created?
What is servlet and its use?
When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?
How do you invoke a servelt?
How can the referrer and the target urls be used in servlet?
What is cookie in servlet?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
What is servlet invoker?
How we can call a jsp from the servlet?
When servlet is loaded?
How is a servlet implemented in code?
What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?
What are the life-cycle methods for a servlet?
Explain url encoding in servlet?