Multiple Choice
Which method(s) will this line from a JSF page call? <h:inputText value="#{timeZoneBean.city}"/>
A) TimeZoneBean.getCity()
B) TimeZoneBean.setCity()
C) TimeZoneBean.getCity() and TimeZoneBean.setCity()
D) TimeZoneBean.checkCity() and TimeZoneBean.setCity()
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: Swing differs from JSF in that it
Q10: An HTML page contains _ that describe
Q11: Every bean must have a _ with
Q12: Suppose a DictionaryBean class has a method
Q13: A JSF page contains _.<br>A) HTML tags.<br>B)
Q15: What does the value expression timeBean.time do?<br>A)
Q16: The expression #{timeBean.time} is called a _.<br>A)
Q17: One of the steps in deploying a
Q18: A _ consists of a small string
Q19: The JSF technology enables the separation of