Multiple choice technology web technology

JSF implements MVC (Model, View, and Controller) design pattern.

  1. True

  2. False

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

JSF follows the Model-View-Controller architecture where the Model represents application data and business logic, the View is the presentation layer (JSF pages with UI components), and the Controller is the FacesServlet that manages request processing and lifecycle.