What is servlet container?
No Answer is Posted For this Question
Be the First to Post Answer
how the jsp page can be regenerated?
What is the difference in between the httpservlet and generic servlet?
Define the lifecycle for executing a jsp page.
Why do we have servlet filters?
What are the uses of servlet and what is servlet chaining?
Define context initialization parameters.
request parameter how to find whether a parameter exists in the request object?
What do you mean by mime type?
What are the advantages of cookies?
Should I override the service() method?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
difference between request.getSession(false) or request.getSession() and request.getSession(true)