An application module is named MyAppModule. No Java component is defined for the module
but the application does define a base class that extends oracle.jbo.serverAppiicationModuleimp1.
Which two statements are true in this scenario?
A.
Code In the base class will only be implemented if MyAppModuleApp1. java extends the base
class.
B.
Any code in the base class will be implemented by MyAppModule.
C.
No code in the base class will be implemented because an application-specific Java component
named MyAppModuleImp1. java does not exist.
D.
Any code in the base class will be implemented by MyAppModuleDefimp1.java.
E.
The MyAppModule. xml definition will include a reference to the base class.
Explanation:
http://docs.oracle.com/cd/E12839_01/web.1111/b31974/bcadvgen.htm#BABCGFIE
(topic 36.1.3)
“Which two statements are true in this scenario?”
Correct answer: B,E
B , E
BE