Multiple choice technology programming languages

The following are true about JSF

  1. server side technology

  2. component oriented and event driven framework for GUI development

  3. follows MVC design pattern

  4. all of the above

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

JSF is indeed a server-side technology that is component-oriented and event-driven for GUI development, and it follows the MVC design pattern. All these characteristics are fundamental to JSF architecture. The framework handles UI components on the server, manages events, and separates concerns through MVC.