Oracle
1Z0-554 · Question #53
How can you augment each entity object in an application so that a logging method is called after each create () method?
The correct answer is B. Override the create () method of each EntityDefimp1 to implement the logging. See the full explanation below for the reasoning.
Question
How can you augment each entity object in an application so that a logging method is called after each create () method?
Options
- AOverride the create () method of the ApplicationModuleimp1 to implement the logging.
- BOverride the create () method of each EntityDefimp1 to implement the logging
- CSet the jbo.loglevel and jbo.logoutput configuration parameters in the bc4j.xcfg file
- DOverride the createEntity () method of each Entityimp1 to implement the logging
- EOverride the create () method of a base Entityimp1 class and extend the class for each entity in the application
How the community answered
(39 responses)- A5% (2)
- B77% (30)
- C13% (5)
- D3% (1)
- E3% (1)
Community Discussion
No community discussion yet for this question.