Multiple choice

Which of the following methods is not present in the Container class in Java?

  1. getComponents()

  2. getCount()

  3. getComponentAt(Point p)

  4. getComponentAt(int x, int y)

  5. getComponent(int n)

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

This is the correct choice. There is no method named getCount() in Container class.