Identify a function of the Forms Servlet.

Identify a function of the Forms Servlet.

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



Leave a Reply 4

Your email address will not be published. Required fields are marked *


Metalfreak

Metalfreak

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.”

ngayathri81

ngayathri81

A is correct answer