Multiple choice technology web technology

what is Java Server Faces (JSF)?

  1. It is a database server for communication with the web applications

  2. It is a server-side user interface component framework for Java technology-based web applications

  3. It is a server-side script for accessing database

  4. It is a client-side user interface component developed,using javascript and xml

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

JavaServer Faces (JSF) is a server-side UI component framework for building Java web applications. It provides reusable UI components, handles event processing, manages state, and separates presentation from business logic. It is NOT a database server, client-side framework, or script.