what is difference between validation.xml & validation
rules.xml?
Answer Posted / devudu
You can write the your validations in validation.xml.
validationrules.xml is containing all rules of what ever
you given in validation.xml
| Is This Answer Correct ? | 17 Yes | 6 No |
Post New Answer View All Answers
how to run ecllipse with jettyserver for windows environment using batch file
How to invoke external process in java.
What is covariant return type?
Is void a keyword in java?
What is the use of singleton class?
Can each java object keep track of all the threads that want to exclusively access it?
What is string array?
Is it possible for yielded thread to get chance for its execution again ?
What is the difference between hashmap and hashtable in java?
What is the differences between c++ and java? Explain
Explain covariant method overriding in java.
Which keyword specify that a variable is effectively final ?
What is stack example?
What is nested top-level class?
What is a finally block? Is there a case when finally will not execute?