View the Exhibit and examine the steps 2 and 3 in the OracleAS Forms Service communication flow.
When a user accesses the forms application, the Forms Servlet creates an HTML page
dynamically and the HTML page is sent to the client. The following are the steps that the Forms
Servlet performs to create the HTML file:
1. It determines which configuration section to use in the formsweb.cfg file based on the config
2. parameter passed with the URL.
3. It opens the formsweb.cfg file.
4. It performs variable substitution in the base HTML file.
5. It determines which base HTML to be used.
Identify the correct order of steps that the Forms Servlet performs to create the HTML file.
A.
2, 1,4,3
B.
4,3,2, 1
C.
2,4,3, 1
D.
4,2,3, 1
E.
1,4,3,2