Choose two advantages of writing code in the application module that sets up or manipulates the
data model?
A.
It configures entity object properties to query the correct data to display.
B.
<!-[if !ppt]-> <!- -[e�difj->You make the Intent of your code more clear to clients.
C.
It does not require publishing to allow the client to access the methods.
D.
<!-[if !ppt]-> <!- -[e�difj-> you keep the option open to improve your implementation without
affecting clients.
E.
It is implemented in the application module’s Def class allowing greater flexibility.
Explanation:
Custom method of the AM is required to be published to be accessed by client.
The correct answers are: BD
Refer section 4.5.3 of: http://sqltech.cl/doc/oas10gR31/web.1013/b25947/bcintro005.htm
BD
I guess B and D make sense.