Describe some assignments that are executed by servlet container?
No Answer is Posted For this Question
Be the First to Post Answer
What is a web container and what is its responsibility?
How can you create a session in servlet?
what is meant by Transaction Isolation Levels?
Why servlet is faster than jsp?
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.
Why filter is used in servlet?
What is the directory structure of web application?
What are the differences between the servletconfig interface and the servletcontext interface?
Difference between Include, Forward and sendRedirect in Servlet?
what is servlet life cycle?
can i call init() method in destroy() method of servlset. ?
Is classes folder is compulsory in web-inf/ even though u r deploying ur application with war file?