Answer Posted / 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 |
Post New Answer View All Answers
Which data type is class in java?
Which is faster string or stringbuilder?
What do you mean by buffering?
What is == and === in javascript?
Which collection is thread safe in java?
What are peerless components in java programming?
What is the constructor?
What is a void in java?
What is the final keyword denotes?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
What is a buffer in computer?
What do you mean by an object in java?
Can we have static methods in an interface?
What is a static method in java?
Can we assign the reference to this variable?