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.)
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-
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.)
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.)