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 is the console in java?
How does remove work in java?
How do you add an element to a hashset in java?
What are aggregate functions explain with examples?
What is meant by singleton class?
What is static block?
can java object be locked down for exclusive use by a given thread? : Java thread
What is the base class in java from which all classes are derived?
Can we override final method?
Define a java class.
What is meant by stack and queue?
What are the drawbacks of reflection?
Can we override compareto method?
What is polymorphism in java? What are the kinds of polymorphism?
What is operator overloading. Is it is supported in java?