Multiple choice Which of the following methods is/are present in the JMenu class in Java? addComponent(Component c, int index) add(Component c, int index) add(int index, Component c) addComponent(int index, Component c) addcomponent(Component c) Reveal answer Fill a bubble to check yourself B Correct answer Explanation This is the correct answer. Method add(Component c, int index) is present in the JMenu class.