What are Interceptors?
Answer / santhosh
Struts 2 provide powerful mechanisam for controling the
request using interceptors.Interceptors are responsible for
request processing.They r invoked by controller before and
after invoke the action
| Is This Answer Correct ? | 4 Yes | 0 No |
What is class and object in java?
In a container there are 5 components. I want to display the all the components names, how will you do that one?
Why runnable interface is used in java?
What is java jit compilers?
What is the difference between throw and throws keywords?
What do you mean by inner class in java?
What is the difference between == and === javascript?
Why is an interface be able to extend more than one interface but a class can’t extend more than one class?
Explain the init method?
What is nested top-level class?
What is an abstract class and abstract method?
What is an interoperable application in java ?