🎴 Flashcard Mode

JavaServer Faces (JSF) Converters and Navigation

Card1 / 16
Mastered0
Review0
QuestionClick to flip

JSF is

AnswerClick to flip back
A
A presentation technology
💡 Explanation:

The claimed answer is A. JSF (JavaServer Faces) is primarily a presentation technology for building user interfaces in Java web applications. It is not a business rules specification technology (Option B) or a persistence technology (Option C). JSF handles the presentation layer through UI components and managed beans.

Change Mode