🎴 Flashcard Mode
JavaScript and JSP Web Development
Card1 / 14
Mastered0
Review0
QuestionClick to flip
Validations can be performed by
AnswerClick to flip back
A
both map and page handler
💡 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.