nerdexam
Oracle

1Z0-151 · Question #6

1Z0-151 Question #6: Real Exam Question with Answer & Explanation

The correct answer is B. Subclass the WebUtil object group from the WebUtil object library into the Orders form. C. Ensure that the WebUtil block is the last block under the Data Blocks node in the Object Navigator. E. Attach the WebUtil library to the Orders form.. Integrating WebUtil into a Form Step 1: Attaching the WebUtil Library (E) 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

Question

You want to use WebUtil functionality in the Orders form. What three things must you do to integrate WebUtil into the Orders Form?

Options

  • ACopy the WebUtil object group from the WebUtil object library into a separate object library.
  • BSubclass the WebUtil object group from the WebUtil object library into the Orders form.
  • CEnsure that the WebUtil block is the last block under the Data Blocks node in the Object Navigator.
  • DEnsure that the WebUtil block is the first block under the Data Blocks node in the Object Navigator.
  • EAttach the WebUtil library to the Orders form.
  • FCopy the WebUtil library to the same directory as the Orders form.
  • Gin the When-New-Form-instance trigger, register the WebUtil javaBeans.
  • HSet the Implementation Class Property for any items that will implement WebUtil JavaBeans.

Explanation

Integrating WebUtil into a Form Step 1: Attaching the WebUtil Library (E) 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 (B) 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. C: A data block named WEBUTIL; ensure that this is the last block in the Navigator.

Community Discussion

No community discussion yet for this question.

Full 1Z0-151 Practice