Why is httpservlet declared abstract?
No Answer is Posted For this Question
Be the First to Post Answer
What is the disadvantage of cookies?
How to get the IP address of client in servlet?
What are the life-cycle methods for a servlet?
What is servlet configuration?
How to handle exceptions thrown by application with another servlet?
What is servlet and how it works?
Which event is fired at the time of project deployment and undeployment?
Can we use the constructor, instead of init(), to initialize servlet?
How can I share objects across different sessions?
What are the different ways we can maintain state between requests?
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 is the difference between sendredirect() and forward() in a servlet?