What is servlet and list its types?
What is the use of send redirect () method?
Why do we have servlet listeners?
How can we perform any action at the time of deploying the project?
why business logic written using servlets not in jsp. Jsp used for presentation purpose. serlvet used for coding business logic and controller logic. Reason for using servlets in business logic.
Can a jsp be called using a servlet?
What are the methods in HttpSession and their use?
when will cookie information destroy?
What are the kinds of http requests?
What is the use of httpservletrequestwrapper and httpservletresponsewrapper?
Differentiate between the print writer and servlet output stream?
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?
What is servlet container. how it works?