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
Describe 2 different ways to concatenate two strings.
What do you mean by inner class in java?
What are the access modifiers in java?
Can we extend singleton class?
What is method overloading and method overriding?
Is it possible to use Semaphore/ Mutex in an Interrupt Handler?
What makes a function well defined?
What are the major advantages of internal iteration over external iteration?
What one should take care of, while serializing the object?
Can singleton class be inherited in java?
What happens if we override private method?
Can we create an object of private class?
Print Vertical traversal of a Binary Tree.
Is linkedlist thread safe in java?
What is use of static in java?