Explain the difference between a web server and a web container?
What is cookie in servlet?
What are the common methods that are included in the http servlet class?
What is forward() and include() of servlets RequestDispatcher interface?
What are sessions in servlets?
servlet life cycle?
Is that servlet is pure java object or not?
Describe servlet?
Which method the Servlet container call to create the instance of the servlet?
16 Answers emc2, JK Technosoft,
When the methods init() and Distroy() will be called?
Can we fetch the attributes related to a servlet on a different servlet?
how the server will know its the same jsp page?
How to notify an object in session when session is invalidated or timed-out?