what is difference between validation.xml & validation
rules.xml?
Answer Posted / sangith
Validation-rules : for global specific rules
Validation.xml: for application specific rules
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
What is the significance of listiterator?
I want to persist data of objects for later use. What is the best approach to do so?
Why arraylist is not synchronized in java example?
Can a boolean be null java?
what is the difference between the methods sleep() and wait()? : Java thread
How does enum work in java?
Can we assign the reference to this variable?
Write a program in java to establish a connection between client and server?
What is structure of java heap? What is perm gen space in heap?
What is java oops?
What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?
In how many ways we can do synchronization in java?
What is the benefit of abstract class?
When do I need to use reflection feature in java?
If goto and const is reserve words than why it is not work in java?