What is the purpose of requestdispatcher interface?
Why do we need servlet filter?
Whats the advantages using servlets over using CGI?
What is session tracking?
What are the benefits of using servlet over cgi?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
What is servlet name in web xml?
Which interface must be implemented by all servlets?
What is a web container and what is its responsibility?
How does java thread pool work?
Why is http protocol called as a stateless protocol?
What is the difference between the http servlet and generic servlet?
Which HTTP method is non-idempotent?
Which is the methods of generated servlet?
What is called servlet container?