Multiple choice

Which of the following methods is not defined in the Graphics Class in java?

  1. fillRect()

  2. fillCircle()

  3. fillOval()

  4. fillArc()

  5. None of these

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

This option is correct because there is no method defined fillCircle() in Graphics class. So, this option is correct.