Multiple choice

All controls generate events except ____, which is a passive control.

  1. label

  2. check box group

  3. radio button

  4. scrollbar

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

Label is a passive control in Java AWT because it only displays text or an image and does not generate events when users interact with it. Other controls like checkboxes, radio buttons, and scrollbars are active controls that generate events in response to user actions.