Java SE 7 Programmer II — Question 7
Which two types of applications benefit from using Java Server Faces (JSF)?
Answer options
- A. An application with a customizable UI skin
- B. An application that implements access control on each action based on user role.
- C. An application in which type conversion of the values of UI components is implemented only in Java classes.
- D. An application that sets specific database validation listeners on a UI component
Correct answer: C, D
Explanation
The correct answers, C and D, refer to JSF's capabilities in managing UI component data conversion and validation. Option A relates to UI design flexibility, which is not a specific feature of JSF, while option B focuses on access control, which is handled outside the scope of JSF functionality.