Multiple choice

Which of the following is/are the helper class in java AWT?

  1. Window

  2. Applet

  3. Panel

  4. Dimension

  5. Dialog

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

This answer is correct, because Dimensions is the one of the Helper Classes present in Java AWT. This class encapsulates the width and the height of the component in a single object.So this is correct choice.