Multiple choice

Which of the following helper classes is/are not associated with Java AWT?

  1. LayoutManager

  2. Colour

  3. Font

  4. Dimensions

  5. Graphics

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

This is the correct answer. There is no helper class in java AWT named Colour. The correct spelling is "Color". This class deals with the colours of the GUI components. So, this is the correct answer.