what is filter ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / rama
The Java Filter gives effective protection against unwanted
execution of Java applets, without having to switch off Java
support of your browser. For example, you could only allow
applets from within your firewall onto your computer.
| Is This Answer Correct ? | 3 Yes | 1 No |
In HashSet duplicates are allowed while adding to the HashSet, but while retreiving the object from HashSet is not shown the duplicate values, WHY ?
What are the uses of the set interfaces in the java collections? : java collections
When to use the Collection Classes(HashSet, LinkedHashSet, TreeSet....etc) in real time scenario ?
wnet use DAO design in u r project?
Should we create system software ( e.g operating system ) in java ?
"Sun Certified Java Programmer" This is one String , we need to print SCJP, write the java code dynamically? pls reply this questions
What are the considerations to be made in case of loops in java ?
Can any one tell me How to explain bank project desription in interview
how to delete cookie information?and when it will delete?
What are the types of interface used in the java collections? : java collections
what is the diffrence between insurance and telecom domain?
How do you create UserTransaction Object? How do you rollback a transaction in a method?