what is difference between validation.xml & validation
rules.xml?
Answer Posted / vasu
validation.xml is for writing all the validation to be
eprformed on the input form specified by the user and where
as validation-rules .xml is contains all the dtd
information(i.e for jar file(classes,meyhods)to perform the
actual validations based on the file validation-rules.xml
specification...
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Differentiate between class and structure.
Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.
Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?
What is serialversionuid?
What are the two types of streams offered by java 8?
What are the topics in core java?
What do bitwise operators do?
Can we overload the main() method?
In the below example, how many string objects are created?
Is java a prime method?
How do you trim a space in java?
What are loops in java? What are three types of loops?
What is data type in computer?
Differentiate between the constructors and methods in java?
How do you use find and replace?