최신Oracle Application Development Framework Essentials - 1Z1-554무료샘플문제
What type of reusable component is being described here?
"They define reusable skeletons which are available to be extended, and therefore, cannot
be run on their own. They can be based on another reusable component of same type. To reuse mechanisms are provided: by copy and by reference"
What type of reusable component is being described here?
"They define reusable skeletons which are available to be extended, and therefore, cannot be run on their own. They can be based on another reusable component of the same type. The reuse mechanisms are provided: by copy and by reference"
Backing beans are a specialized type of managed bean. What is their principal purpose?
You have found a declarative component that you would like to use on one of the pages that you are designing.
Choose the correct sequence of steps to add the component to the page.
Which component stores application page changes In XML documents and merges the changes during the rendering of the page?
You have an ADF Faces page which includes input components for A, B and C.
On updating either A or B, you want C to be refreshed automatically. How could you achieve this?
You have an ADF Faces page that contains various input fields and a command button. The command button has the partial submit property set to true. For this page, when the button is clicked which two statements are true?
What type of event listener can be triggered at different points In the JSF life cycle?
You master (form)/detail (table) page displaying a single order and a table containing the order items on it. If contains navigation to move from one order to another order what three bindings types would you find in the page definition file?
You select a binding in the page definition file and set the ChangeEventPolicy property to ppr.
What effect does this action have on the way the page is rendered?