Multiple Choice
Which of the following statements is correct?
A) A server with a JSF container such as GlassFish manages a pool of database connections.
B) JSF tags use XML syntax but the / before the closing angle bracket is not required.
C) JSF tags are case insensitive.
D) A JSF page cannot contain XML tags.
Correct Answer:

Verified
Correct Answer:
Verified
Q59: A set of JSF pages makes _.<br>A)
Q60: JSF page syntax is a mixture of
Q61: One of the corresponding methods for a
Q62: The string that determines the next page
Q63: The keys of the map specified in
Q65: _ link JSF pages with Java objects.<br>A)
Q66: When <h:inputText value="#{timeBean.time}" /> is displayed, the
Q67: In a web application, the web server
Q68: The name of the bean in the
Q69: When the string The current time is