Solved

What Does the Value Expression TimeZoneBean

Question 3

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:

verifed

Verified

Related Questions