Multiple choice

Which is generated when a component gains or loses input focus and is subclass of ComponentEvent class in java?

  1. The FocusEvent Class

  2. The InputEvent Class

  3. The ItemEvent Class

  4. The KeyEvent Class

  5. The MouseEvent Class

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

This class represents a FocusEvent which is generated when a component gains or loses input focus and this class is a subclass of ComponentEvent class.