what is difference between validation.xml & validation
rules.xml?
Answer Posted / deepak divvela
In validation.xml we can write our own validations,where in
validation-rules.xml have rules for validations,and it will
available as already declared
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What is a numeric literal?
What is classpath?
Why string is immutable or final in java
How will you get the platform dependent values like line separator, path separator, etc., ?
Why declare Main() method as a static in java ?
Is a char always 1 byte?
What is Java Shutdown Hook?
Which is best ide for java?
Is java a digit method?
Explain what access modifiers can be used for methods?
What is append in java?
What are thread priorities and importance of thread priorities in java?
what is use of functional interface in java 8?
What is the difference between yielding and sleeping in java programming?
What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?