Explain request dispatcher and its methods.
No Answer is Posted For this Question
Be the First to Post Answer
why we should override only no-agrs init() method.
Why is http protocol called as a stateless protocol?
How can the session in servlet can be destroyed?
what do you understand by url rewriting?
What are the methods in HttpSession and their use?
How do you get the ip address of the client in servlet?
Some examples where generic servlet is used?
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?
Difference between httpservlet and generic servlets?
Why session tracking is needed?
Which httpsession object is used to view and manipulate information about a session?
How will you open a new page after certain interval of time (5 sec), on clicking of a button in an html page?