Multiple choice technology web technology

JSF is preferred over JSP if

  1. the page has only one form

  2. the page has multiple forms and the developer is familiar with developing GUI appliciations

  3. Java Script is not preferred

  4. light weight web application is being developed

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

JSF (JavaServer Faces) is a component-based framework ideal for complex pages with multiple forms and complex UI logic, especially when developers have GUI application experience. JSP is simpler and more suitable for lightweight applications with minimal form complexity. JSF provides better state management and event handling for complex interfaces.