Answer Posted / mukesh dhariyaparmar
A filter is a mini-servlet.Filters may record information about requests, convert to different format, or event redirect access to a different page. You can apply filters to any resources served by servlet engine, so it doesn't matter whether it's static HTML,graphics,a JSP page,or another servlet.One key advantages of filter is that it can be added to an existing Web application without either the filter or the application being aware of one another.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How is hashset maintained in memory by java ?
What are the differences between the java collection and the java list? : java collections
What is the difference between comparable and comparator in java.util pkg?
my interviewer asked me what technical specification you used how to answer that question
Which server-side script takes the input from JavaScript, can access the database if it needs to, and processes the data.
HOW MUCH PERCENTAGE WE DEDUCT FOR OUR SUPPLIERS OR OTHER PROFESSIONALS
What is the enumerator of the java collection framework? : java collections
What is iterator in the java collections framework? : java collections
What are the queues in the java collection framework? : java collections
What is the use of hashcode in java ?
Which interface does java.util.hashtable implement?
What are the different types of classes implemented in the set interfaces? : java collections
Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?
What is java collection? : java collections
What are the different types of features of the java collections framework? : java collections