what is difference between Action messages and Action errors?
Answer Posted / gajendra
ActionErrors represent collection of ActionError objects.
ActionMessages ia super class of ActionErrors in Struts.
In Struts 1.2 ActionError and ActionErrors classes are
deprecated.
We have to use ActionMessage and ActionMessages instead.
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
What does java final mean?
What isan abstract class and when do you use it?
What is the association?
Why java is not 100% object-oriented?
Can we cast any other type to boolean type with type casting?
Can we convert integer to string in java?
What is the difference between yield() and sleep()?
What is e java?
What is the order of arraylist in java?
I am a fresher and know core java, c languge, html, css etc if I am illegible for any job then send it on my email tatranakshay276@gmail.com
What is stringwriter?
What are the differences between stringbuffer and stringbuilder?
What is the concatenation operator in java?
What does isempty () do in java?