Multiple choice

Which of the following event classes is generated from the java.awt.event package when a scroll bar is manipulated?

  1. ActionEvent

  2. AdjustmentEvent

  3. FocusEvent

  4. ComponentEvent

  5. InputEvent

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

This event class is generated from the java.awt.event package when a scroll bar is manipulated.