Oracle Planning and Budgeting Cloud Service 2016 Implementation Specialist — Question 11
When you manually create a binding such as an attribute value binding, what name would you give to the binding? (Choose the best answer.)
Answer options
- A. a name that reflects the UI component to which it is bound
- B. the page name suffixed with the UI component name to which it is bound
- C. the page name suffixed with the data control name
- D. the name of the data control attribute to which the binding refers
- E. an EL (Expression Language) of the form #{bindings.<datacontrolname>.value}
Correct answer: B
Explanation
The correct answer is B because when creating a binding manually, it's important to name it in a way that clearly indicates its association with the UI component. Options A, C, D, and E do not provide the specificity needed to indicate the exact relationship between the page and the UI component, which is essential for clarity in binding names.