What do you mean by servlet?
What are the difference between session and cookies in servlet? Explain
How to make sure a servlet is loaded at the application startup?
can i call destroy() method in init() method of servlet
if u havea .class file ,how can u say whether it is servlet or not ,dont use java decompliler
What are the phases of servlet life cycle?
What methodology can be followed to store more number of objects in a remote server?
What are the differences between the servletconfig interface and the servletcontext interface?
how to pass parameter from servlet to html form
What is api in servlet?
Is Servlet Class Thread safe?????? How to make servlet Thread safe ???
What is the difference between callling a RequestDispatcher using ServletRequest and ServletContext?
What is the purpose of inter-servlet communication?