22. In a Java EE application that involves a JavaServer Faces web component, the web pages will typically interaction with a ______________, through the Expression Language facility.
a. Session Bean
b. Message-driven Bean
c. Named Bean
d. Enterprise JavaBean
e. None of these answers.
Java Server Faces (JSF) is a Java-based web application framework intended to simplify development integration of web-based user interfaces
Answer: a. Session Bean
Comments
Leave a comment