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
What is the += operator called?
Is age discrete or continuous?
What is ascii code?
What is Gang of four design patterns
What is the difference between static binding and dynamic binding?
What is the difference between array list and vector in java?
What are different type of exceptions in java?
Is java 9 released?
How can I debug the Java security exceptions and AccessControlExceptions?
Why stringbuffer is faster than string?
Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?
What is slash r?
What is polymorphism in java? What are the kinds of polymorphism?
Can inner class extend any class?
What is var keyword ?