what is difference between perfom() & excute() ?
Answer Posted / chilipi
in struts 1.1 using perform().
in struts 1.2 using execute().
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How are destructors defined in java?
How do you convert boolean to boolean?
What are streams in java 8?
What is tree in java?
Can we clone singleton object?
How to invoke external process in java.
How do you declare a destructor in java?
Can main() method in java can return any data?
what is server side caching?
How to calculate the length of a singly linked list in java?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?
Differece between class and generic class?
how does multithreading take place on a computer with a single cpu? : Java thread
Difference between ‘is-a’ and ‘has-a’ relationship in java?
what is interface in java? Explain