Oracle-Applications Framework MCQ
This Oracle-Applications Framework MCQ Quiz contains few questions as a online practice test.
1.In OAF, how do we call the custom methods/Business Logic methods written in AM from Controller
a) am.MethodName(parameter)
b) am.invokeMethod(parameter)
c) cannot call custom AM method from controller
d) am.CallMethod(parameter)
2.Invoke Method of application module is used to
a) avoid Dependency on BC4J
b) Complaisance to OAF Standard
c) Call Procedure from Controller
d) All the above.
3.Callable statement to call Database procedure must
a) first Create New Oracle connection
b) Reuse Existing Oracle Connection
c) No need of connection
d) Cannot call database procedure from Bc4J
4.In MVC architecture, View refers to
a) View object
b) database Views
c) OAF Page XML
d) All the Above
5.Deployment of Oaf Page include
a) copying class and XML files
b) Importing Page and Substitution
c) ensuring proper Directory Structure
d) All the above