Multiple choice Which of the following methods is/are not present in the Button class in Java? processEvent(Event e) getActionCommand() setLable(String txt) setActionCommand(String cmd) getAccessibleContext() Reveal answer Fill a bubble to check yourself C Correct answer Explanation This is the correct choice. The method is spelled incorrectly, the correct spelling is “setLabel(String txt)”, not “setLable(String txt)”.