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 |
i need java 1+ experience resume on java developer kindly send me my mail id:srikanthreddy1.marla@gmail.com
Runining mutiple tomcat server in a single machine is possible Yuo wil have to duplicate configuration with different port numbers
What is a constructor?
lll
what is the difference between through and throws?
Which sorting algorithm is used by collections.sort() in java ?
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 is diff string and stringbuffer
How do you debug your java program?
What are maps interfaces in the java collections? : java collections
Is it possible to create Userdefined Unchecked Exception also?If Yes, give an example?
What is the difference between Eclipse and MyEclipse?