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
What is function and its uses?
What are the different types of inner classes?
What is the difference between method overriding and overloading?
What is difference between static and final?
What is the largest number a double can hold?
Are primitives objects?
What is thread pool in java with example?
What are the supported platforms by java programming language?
What is string in java is it a data type?
Can we create an object if a class doesn't have any constructor ( not even the default provided by constructor ) ?
What is static block?
Describe what a thread-local variable is in java?
What is the parse method in java?
Can a class be defined inside an interface?
What do you understand by java?