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 are the rules for naming an array?
What are the main uses of java?
What is the declaration statement?
What is string pool in java?
Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?
Which is faster string or stringbuilder?
What about interthread communication and how it takes place in java?
What is the access scope of a protected method?
What is stack class in java?
Difference between collection, collection and collections in java?
Can we use string in switch case in java?
what is thread? What are the high-level thread states? : Java thread
Can we override private method?
What’s a deadlock?
What does || mean in vectors?