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 |
What is the default initialized value of a boolean type variable?
what is server side caching?
What is meant by singleton class?
What is length in java?
What is an interface in java?
What is the function of static in java?
What is java virtual machine and how it is considered in context of java’s platform independent feature?
How can we pass argument to a function by reference instead of pass by value?
Which class cannot be a subclass in java?
Why pass by reference is not possible in java?
How hashmap works in java?
What do you mean by global variable?