1z0-151 Oracle Fusion Middleware 11g: Build Applications with Oracle Forms

Loading demo links...

Showing 7–9 of 10 questions

Question 7

You have a text item in your form named Object1. You want to create Object2 as an exact duplicate of Object1. You want to be able to change the properties of Object2. However if you change Object1, you do not want Object2 to change.

Which method of reusing Object1 would be best for these requirements?

Select an option, then click Submit answer.

  • Copying Object1

  • Subclassing Object1

  • Creating a property class from Object1

  • Putting Object1 in an Object library

  • Referencing Object1 in a PL/SQL library

Question 8

Which statement is true about flexible code?

Select an option, then click Submit answer.

  • It is designed for reuse.

  • It typically includes hard-coded object names.

  • It is more difficult to maintain.

  • It is more difficult to write, so it decreases developer productivity.

  • It is specific to a particular module.

Question 9

You have a form with a single multi-record block. During a session, a user performs an insert and clicks Save

What is the behavior of the record being inserted violates a database constraint?

Select an option, then click Submit answer.

  • The record is posted to the database but not committed. The form redisplays the record with an error message so that the user can correct the data. Navigation to another record cannot occur until the correct data is committed or the new record is deleted. If the user exits the form without correcting the entry, a database rollback is performed.

  • The record is committed to the database. The form redisplays the record with an error message so that the user can correct the data. The user is unable to exit the form or move to another record until the correct data is committed of the new record is deleted.

  • A database rollback is performed. The form redisplays the record with an error message so that the user can correct the entry. The user is able to navigate to another record or exit the form.

  • A database rollback is performed. The form redisplays the record with an error message so that an correct the entry. Navigation to another record cannot occur until the correct data is committed or the record is deleted.

  • The record is committed to the database. The form redisplays the record with a warning in case the user would like to correct the entry. The user is able to navigate to another record or exit the form.