Multiple choice

Which of the following methods are not present in JComponent class in java?

  1. getComponentGraphics(Graphics g)

  2. isLightweightComponent(Component c)

  3. isPaintingTile()

  4. isPaintingForPrint()

  5. isPrinting()

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

This is the correct answer, there is no method named isPrinting() in JComponent class in java. So, this answer is correct.