What is servlet interface?
How many servlet objects are created?
What is servlet in web technology?
What are the advantages of Servlet over CGI?
What is the use of attribute in servlets?
What are the difference between session and cookies in servlet? Explain
Can I override destroy() method of Servlets?
What are the difference between HttpServlet and GenericServlets?
If my browser does not support cookie, and my server sends a cookie instance what will happen?
What are some disadvantages of storing session state in cookies?
Explain the features are in servlet 3?
What are the two important api's in for servlets?
Why do we have servlet wrapper classes?