Multiple choice technology web technology

Validations can be performed by

  1. Map.xml only

  2. page handler only

  3. both map and page handler

  4. None of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In MVC web frameworks, input and business validations can be configured declaratively via XML mapping files (such as map.xml) or programmatically within the page handler class.