What are the phases of servlet life cycle?
No Answer is Posted For this Question
Be the First to Post Answer
Which method of the httpservletrequest object is used?
I Have A Plan to develop a Project in Struts,I want the template of struts project with Hibernate.Canany body provide me the required information?
Difference between forward() method and sendredirect() method ?
What is a cookie What is the difference between session and cookie
how do you maintain sessions in servlets?
What is lazy loading and what is Generic Servlet Class?
Define declaration.
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
Is it good idea to create servlet constructor?
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.
Why do we have servlet wrapper classes?