Multiple choice

Which of the following interfaces is used in Java whenever a user wants a component to be resized, moved, shown or hidden in an applet?

  1. ActionListener

  2. AdjustmentListener

  3. ComponentListener

  4. ContainerListener

  5. FocusListener

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

This interface is used in java whenever a user wants a component to be resized, moved, shown or hidden in an applet.