1.

What is the purpose of the basic validation?(a) Data correctness(b) Mere data existence(c) Both Data correctness and Mere data existence(d) Data modificationI got this question in an online quiz.My doubt stems from Validation topic in section Caching, Debugging and Animation of JavaScript

Answer»

Right OPTION is (b) Mere data existence

Easy explanation: The data entered through the SERVER side is USED for VALIDATION. First of all, the form must be checked to make sure data was entered into each form field that required it. This would need just loop through each field in the form and check for data.



Discussion

No Comment Found

Related InterviewSolutions