Multiple Choice
Which method(s) will this line from a JSF page call when the user submits the page? <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
Q48: What do you need to run a
Q49: The application server listens to web requests,
Q50: When a form from a web application
Q51: JSF pages define the _ of a
Q52: What does a method expression consist of?<br>A)
Q54: The _ tag is used to specify
Q55: Value expressions tie the _ together to
Q56: With GlassFish, the default deployment directory is
Q57: Which of the following contains a method
Q58: One of the required steps in designing