Multiple choice

Which of the following classes in Java encapsulates various information related to a font, which helps a user to display text in a window?

  1. Frame

  2. Graphics

  3. FontMetrics

  4. Font

  5. Event

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

This class in java encapsulates various information related to a font, which helps a user to display text in a window.