Identify a function of the Forms Servlet.
A.
It creates a dynamic HTML file.
B.
It starts a Forms runtime session.
C.
It manages network requests from the Forms Client.
D.
It connects to and communicates with the database server.
E.
It renders the Forms Services application display for the user.
Explanation:
OracleAS Forms Services uses the Forms Listener Servlet (a Java servlet) to start,
stop, and communicate with the Forms runtime process. The Forms runtime is what executes the
code contained in a particular Forms application. The Forms Listener Servlet manages the
creation of a Forms runtime process for each client and manages the network communications
between the client and its associated Forms runtime process. The Forms Listener Servlet replaces
the Forms Listener provided in previous releases of Oracle Forms.
Reference: Oracle Application Server Forms Services Deployment Guide, Forms Listener Servlet
The question is about Forms Servlet not Forms Listener Servlet. So following documentation it’s rather A.
“In a simple scenario, the Forms Servlet renders the start HTML file and provides the information about the Forms Listener Servlet to the client.”
The Forms Servlet is in charge of dynamically generating the HTML page containing the necessary Forms Client information.
References:
http://www.oracle.com/technetwork/developer-tools/forms/forms904faq-099478.html
Answer is A
A is correct answer
A IS CORRECT
R: http://docs.oracle.com/cd/E23943_01/web.1111/e10240/configure.htm#FSDEP197