Multiple choice technology web technology

Which is not provided by JSF?

  1. Validator

  2. Converters

  3. Exception handler

  4. Event listeners

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

JSF provides validators for input validation, converters for type conversion between strings and objects, and event listeners for handling component events. Exception handling in JSF is typically managed through error-page configuration and custom exception factory rather than being a first-class framework-provided component.