Servlet is pure java object or not?
What are the phases of servlet life cycle?
Explain web container.
what is EJB and Java servlet
What is the requirement of servlet config and servlet context implemented and how are they implemented?
What is a web container and what is its responsibility?
What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?
What is the life-cycle of servlets?
Does servlet have main method?
why we should override only no-agrs init() method.
Why doesn’t a servlet include main()? How does it work?
Is JSP Thread Safe ???? How To make JSP thrad safe ?????
What are the exceptions thrown by servlets? Why?