what is difference between validation.xml & validation
rules.xml?
Answer Posted / kumar shashank
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 ? | 4 Yes | 0 No |
Post New Answer View All Answers
Is there any way to skip finally block of exception even if some exception occurs in the exception block?
What is an immutable object?
For ease of programming you can consider the maze as a 2D array with colors represented by below integer and characters (in capital letters). • B - Black • W -White • G- Green • R- Red R B W B W W W W W W B W B B W W W W W W W B W B W W W B W W W W B B W W W B W W W B W W B B B B W B W B W W B W W W B W W W B B B W W B W W W B W W B W B W W W B W B W W W W B B W W W W B W W W W W G Shortest Route Problem: • Solution that finds the shortest Route between Red and Green White will have 1 Weight. Red and Green carry no weights. Shortest path is the path with less weight when you add up the weights in the path.
How will you initialize an Applet?
Why java is used everywhere?
What is the set interface in java programming?
What is collection class in java? List down its methods and interfaces.
Why there is no call by reference in java?
Explain java coding standards for methods?
Can I use % with real numbers?
Can we write any code after throw statement?
How can we avoid including a header more than once?
How to overcome the exception object reference not set to an instance of object?
What is the final keyword?
What is the difference between checked exception and unchecked exception?