Can filter be used as request or response?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between CGI and Servlet?
What are the differences between forward() method and sendredirect() methods?
What do you understand by mime type?
What are life cycle methods of a servlet?
Explain url encoding in servlet?
Write a program to show the functionality of servlets.
What is the use of servlet context?
Difference between httpservlet and generic servlets?
What are the exceptions thrown by Servlets?
Hi Frieds, I am new to servlet why to use servlet in webapplication. what i know is " use servlet as a controller in mvc and to implemnent business logic . is it correct ? One more thing reason for implementing business logic with servlets , why not jsp.
What do you mean by a filter and how does it work?
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?