Answer Posted / guru
filters r java classes which is intercept the client request
before it access a resource in server,then it intercept
server response before its reach clint
request filter
for security
response filter
compresed data
init(),do filter(),destroy are methods of filter
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What does escaping a character mean?
How does compareto work in java?
Can we write any code after throw statement?
Can you achieve runtime polymorphism by data members?
What does snprintf return?
Differentiate between static and non-static methods in java.
Explain heap sort?
Find the value of a specified element of the array arr[i] where 0 <= i <= n-1
Give the hierarchy of inputstream and outputstream classes.
What does void * mean?
When do you get classcastexception?
What are disadvantages of java?
What is fail fast in java?
What is comparator in java?
What are the two types of exceptions in java? Which are the differences between them?