You create a new ADF Faces page called emp.js?? and bind some data controls to that page. You notice a file called empPageDef.xml. What is this file for? (Choose the best answer.) A. It is the page definition that contains…

Consider the following code: <af:inputText valueChangeListener=”#{myBean.handleChange}” …/> <af:commandButton actionListener= “#{myBean.doAction}” action=”# {myBean.qetDestination}” …/> At run time, a user modifies the value in the af:inputText control, then presses af:commandButton. Assuming no errors are raised, which option represents the managed bean code…