InterviewSolution
Saved Bookmarks
| 1. |
Which of these methods can be used to obtain the command name for invoking ActionEvent object?(a) getCommand()(b) getActionCommand()(c) getActionEvent()(d) getActionEventCommand()I got this question during an online exam.I need to ask this question from ActionEvent & AdjustmentEvent Class topic in division Event Handling of Java |
|
Answer» RIGHT OPTION is (B) getActionCommand() The EXPLANATION: NONE. |
|