Which statement is true about the use of data controls in JSF? (Choose the best answer.)
A.
Only Oracle ADF Business Components can be exposed as data controls.
B.
Dragging a data control onto a JSF page generates a Java class that acts as a managed bean.
C.
An XXXpagedef.xml file holds detailed information about a JSF page’s use of data and operations
exposed through ADF Data Controls.
D.
Data controls eliminate the need to use expression language in your JSF code for binding the UI to data.
E.
A Databindings.cpx file holds names of managed beans that you map to UI elements.
Explanation:
Incorrect Answers:
E: The DataBindings.cpx file maps individual pages to page definition files and declares which data controls
defined in the DataControls.dcx file are being used by the application.
http://www.ibm.com/developerworks/rational/library/10/customized-data-binding-to-third-partyjavaserver-faces-controls/