what is difference between perfom() & excute() ?
Answers were Sorted based on User's Feedback
Answer / chirag
Now perform() method has been deprecated in struts 1.2
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / chilipi
in struts 1.1 using perform().
in struts 1.2 using execute().
| Is This Answer Correct ? | 5 Yes | 1 No |
Name few java.lang classes introduced with java 8 ?
Is null an object java?
What's the purpose of using break in each case of switch statement?
What is UNICODE?
Interface A { String test(); } Interface B { int test(); } Create a class AB which must implements both A & B interfaces.
Difference between Superclass and Subclass?
What about main thread in java?
Does the order of public and static declaration matter in main method?
What is meant by the value of a variable?
What is a parameter in a function?
What is the memory leak in java?
What does jre stand for?