Which two actions are associated with page rendering?
A.
The process of generating a page from the Database.
B.
The process of submitting a page.
C.
A validation check on a user input field to verify that the entered value is numeric.
D.
A DML page process inserting records into a table after the Form Page is submitted.
E.
A computation which sets the session state with process point ‘On Load – Before Header.
Explanation:
A: The Application Express engine dynamically renders and processes pages based
on
data stored in Oracle database tables.
E: On Load: Before Header – Branching occurs before a page is rendered. This option displays
another page instead of the current page or redirects the user to another URL or procedure.
Reference: Oracle Application Express, Application Builder Users Guide, Release 3.2, How the
Application Express Engine Renders and Processes Pages
AE