Solved

Which Method(s) Will This Line from a JSF Page Call

Question 14

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions