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 |
Name the immediate superclass of the MenuComponent class?
What is a char in java?
What is a functional interface?
What are the OOPS concepts in Java ?
What are the uses of final, finally and finalize in java?
2 Answers Agiline, FINO PayTech, HCL,
What is object-oriented paradigm?
How can you debug the Java code?
What are the two ways of implementing multi-threading in java?
What is the difference between an array and an array list?
What happens if an exception is throws from an object's constructor?
What are the different ways to handle exceptions?
How to sort an array from smallest to largest java?