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 the purpose of the strictfp keyword?
Explain public static void main(string args[]).
Is 0 true or false?
How do you convert bytes to character in java?
What is the benefit of lambda expressions?
Name few java.lang classes introduced with java 8 ?
1).Is Object class abstract or not? 2).Is main method(public static void main(String args[])low priority thread or high priority thread?
Can a source file contain more than one class declaration?
What does it mean that a method or field is “static”?
What is the difference between actual and formal parameters?
Can you give few examples of final classes defined in java api?
Is array dynamic in java?