Multiple choice technology web technology

What is JSF?

  1. Programming language.

  2. Protocol.

  3. Framework.

  4. Web server.

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

JSF (JavaServer Faces) is a Java web application framework for building component-based user interfaces. It simplifies web development by providing reusable UI components, managing state, and handling server-side logic. It is NOT a programming language (A), protocol (B), or web server (D) - it's a framework that runs on web servers.