1.
Which statement is true about the use of data controls in JSF? (Choose the best answer.)
2.
Which statement is false? (Choose the best answer.)
3.
Consider a bounded task flow input parameter called employeeId of type oracle.jbo.domain.Number. When defining the parameter in the bounded task flow, if you do not define a value (destination) for the parameter, where does it get written to? (Choose the best answer.)
4.
Your page contains the following code that is invoked on an action by the current user:
To receive the value from the to property of the af:setPropertyListener, you create a managed bean as follows:
package view;
public class Employee {
String lastName;
public void setLastName(String lastName) { this.lastName = lastName; }
public String getLastName() { return lastName;
}
In the adfc-
5.
For what purpose would you use the entity object attribute setting Change Indicator? (Choose the best answer.)
6.
You create a default view object based on the Employees entity, using the wizard and accepting the default settings. Which option represents the source file(s) that are typically created for you? (Choose the best answer.)
7.
Which option represents the expression you would use to determine if a user belongs to the administrator role? (Choose the best answer.)
8.
Consider a case where a view does not load with the expected data. Where would you set a breakpoint to debug the issue? (Choose the best answer.)
9.
Which two statements describe the characteristics of a view object?
10.
You create a default entity object based on the Employees table, using the wizard and accepting the default settings. Which option represents the source file(s) that are typically created for you? (Choose the best answer.)