Correct Answer: B,E
Explanation/Reference:
Explanation:
Integrating WebUtil into a Form
Step 1: Attaching the WebUtil Library (This has already been done in this scenario - not B) To use the functions of WebUtil in a Forms application, you mustfirst attach the webutil.pll library to any module that will use the WebUtil PL/SQL API. Select theAttached Libraries node in the Orders form and click Create. This invokes the Attach Librarydialog box, in which you can browse to the location of webutil.pll
Step 2: Subclassing WebUtil Forms Objects (C)
Part of the WebUtil utility is a set of Forms objects contained in webutil.olb. This object library contains an object group called WebUtil, which you can subclass into your form.
E: A data block named WEBUTIL; ensure that this is the last block in the Navigator.
Reference: Oracle Fusion Middleware 11g, Build Applications with Oracle Forms, Integrating WebUtil into a Form