1.

Which of these are integer constants defined in ActionEvent class?(a) ALT_MASK(b) CTRL_MASK(c) SHIFT_MASK(d) All of the mentionedI had been asked this question in quiz.The question is from ActionEvent & AdjustmentEvent Class in portion Event Handling of Java

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



Discussion

No Comment Found

Related InterviewSolutions