Multiple choice Which of the following methods is present in the CardLayout class in Java? removeLayoutComponent(Component c) removeComponent(Component c) maxLayoutSize(Container c) preferredSize(Container c) addLayoutComponent(Component c, Object constraints) Reveal answer Fill a bubble to check yourself A Correct answer Explanation This is the correct choice. removeLayoutComponent(Component c) method is present in the CardLayout class in Java.