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() |
|
Answer» Right option is (b) getActionCommand() The explanation: None. |
|