Multiple Choice
What does the value expression timeZoneBean.city do when it is part of the JSF tag <h:inputText value="#{timeZoneBean.city}"/>?
A) Sets the timeBean.city instance variable.
B) Calls the timeBean.setTime method
C) Calls the timeBean.setTime method method
D) Calls either the timeBean.setTime or timeBean.setTime method
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: When deploying a JSF application, all class
Q2: The _ converts a JSF page to
Q4: The user interface of a web application
Q5: If a JavaBean property has only a
Q6: The part of the web application that
Q7: The collection of choices for a radio
Q8: The JSF tags are dynamically translated into
Q9: Swing differs from JSF in that it
Q10: An HTML page contains _ that describe
Q11: Every bean must have a _ with