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 the importance of hashcode() and equals() methods?
What is the difference between final, finally and finalize()?
What is a vararg?
How does multithreading take place on a computer with a single cpu?
What does sprintf return?
Can you sort a string in java?
What is stringreader?
What is the loop in java?
What is functional interface in java example?
What do you mean by data type?
Where local and global variables are stored?
Explain where variables are created in memory?
What is an inner class in java?
Does a function need a return?
What is the difference between break and continue statements?