Multiple choice

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

  1. isShowing()

  2. getLocationOnScreen()

  3. getInsets()

  4. isOpaque()

  5. isCircle()

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

This is the correct choice. There is no method named isCircle() present in JComponenet class in java. So, this is the correct choice.