Which option represents the source file(s) that are typ…

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

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

A.
Employees.xml

B.
Employees.xml and EmployeesImpl.java

C.
Employees.xml and Employees.sql

D.
EmployeesDefImp.java

E.
EmployeesDefImpl.xml

Explanation:
Explanation/Reference:JDeveloper creates the XML component definition file that represents its declarative settings and saves it in the
directory that corresponds to the name of its package. For example, if one of the entities created above was
named User in the devguide.model.entities package, so the XML file created will be ./devguide/model/entities/
User.xml under the project’s source path.
https://docs.oracle.com/cd/B31017_01/web.1013/b25947/bcentities002.htm



Leave a Reply 0

Your email address will not be published. Required fields are marked *