Multiple choice technology programming languages

You have created an alert with three buttons. What value will be returned if the user selects the second button?

  1. BUTTON2

  2. DIALOG_BUTTON2

  3. ALERT_BUTTON2

  4. It depends on the choice being offered by the button.

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Oracle Forms alerts return constant values: ALERT_BUTTON1, ALERT_BUTTON2, or ALERT_BUTTON3 depending on which button is clicked. These are built-in constants that can be used in conditional logic.