Multiple choice Which of the following methods is not present in the Container class in Java? getComponents() getCount() getComponentAt(Point p) getComponentAt(int x, int y) 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.