Oracle Planning and Budgeting Cloud Service 2016 Implementation Specialist — Question 5
Which statement is true about the use of data controls in JSF? (Choose the best answer.)
Answer options
- 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.
Correct answer: D
Explanation
The correct answer, D, is accurate because data controls indeed remove the necessity of using expression language for UI data binding in JSF. Options A, B, C, and E contain inaccuracies regarding the functionality and purpose of data controls in the context of JSF.