InterviewSolution
Saved Bookmarks
| 1. |
Which of these are integer constants defined in ActionEvent class?(a) ALT_MASK(b) CTRL_MASK(c) SHIFT_MASK(d) All of the mentioned |
|
Answer» The correct option is (d) All of the mentioned The explanation: Action event defines 4 integer constants ALT_MASK, CTRL_MASK, SHIFT_MASK and ACTION_PERFORMED |
|