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 thin driver and thick driver. why it is called so?
How many threads can java run?
what is the life cycle of jsp?
What are the four versions of java?
different types of threads?
What are event-delegation model and event-inheritance model? Which is best?
Does java vector allow null?
What is the default initialized value of a boolean type variable?
What is 32 bit float?
What is the major advantage of external iteration over internal iteration?
Is delete, next, main, exit or null keyword in java?
Why constructor has no return type?