Answer Posted / imtiyaz
The three differences I see as most significant are:
* Deprecation of ActionError class. (Use ActionMessage
instead)
* Ability to use wildcard characters in action mappings
* Improvments in the validation framework, including the
"validwhen" rule
| Is This Answer Correct ? | 26 Yes | 6 No |
Post New Answer View All Answers
How do constructors use this() and super()?
What is the intersection and union methods?
Will the compiler creates a default constructor if I have a parameterized constructor in the class?
What is the maximum size of array in java?
What happens if we don’t define serial version uid?
What is the independent variable in an experiment?
What is the equal sign?
What is a text string?
What is backdrop?
How will you calculate the depth of a binary tree if the tree contains 15 nodes?
What are parameters in a method?
Explain the significance of listiterator.
Explain with example the concept of constant variable in java.
How do you insert a line break?
what is mutual exclusion? How can you take care of mutual exclusion using java threads? : Java thread