Multiple choice

The events like BLOCK_DECREMENT, BLOCK_INCREMENT belong to which of the following classes in Java?

  1. ComponentEvent class

  2. AdjustmentEvent

  3. ActionEvent class

  4. ItemEvent class

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

This class is generated by a scroll bar and the events BLOCK_DECREMENT and BLOCK_INCREMENT belong to the same class used to decrease or increase value of a scroll bar.