What is the difference between genericservlet and httpservlet
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between servlet and filter?
In which cases Destroy() is invoked?
How servlets can be automatically reloaded?
Are Servlets Thread Safe? How to achieve thread safety in servlets?
What is a cookie What is the difference between session and cookie
How to prevent browser from caching the page content?
What is Request Dispatcher?
What are the annotations used in servlet 3?
Define servlet mapping?
Which event is fired at the time of project deployment and undeployment?
What are the different ways we can maintain state between requests?
How do you invoke a Servlet? What is the difference between doPost method and doGet method?