What is the use of attribute in servlets?
Define the life cycle of a servlets.
why we should override only no-agrs init() method.
What is filter? Can filter be used as request or response?
What are cookies and how will you use them?
When should you prefer to use doget() over dopost()?
What are the exceptions thrown by servlets? Why?
what are binding listners?
What are the type of protocols used in httpservlet?
How to get the actual path of servlet in server?
Hi guys.. Well can u tell me that why there is need of "init()" , i mean why can not we initialize the servlet object with the help of constructors? Thank you.
What are the important functions of filters?
Tell the new features added in servletrequest interface i.e. Servlet 2.4