How are filters?
Why is httpservlet declared abstract?
What are the functions of an intercepting filter?
When to use doget() and when dopost()?
How the servlet is loaded?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
Should I override the service() method?
What are some advantages of storing session state in cookies?
What’s the use of the servlet wrapper classes??
What is the need of session tracking in web application?
What are the new features added to servlet 2.5?
How a servlet is unloaded?
What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?
What type of object is returned by resultset.getobject()?
What is the local interface used by web logic server?