Solved

Which of the Following Statements Assigns the C Key as the Mnemonic

Question 27

Multiple Choice

Which of the following statements assigns the C key as the mnemonic for the JButton object referenced by clearButton?


A) clearButton.addMnemonic(KeyEvent.VK_C) ;
B) clearButton.setMnemonic(KeyEvent.C) ;
C) clearButton.assignMnemonic(KeyEvent.VK_C) ;
D) clearButton.setMnemonic(KeyEvent.VK_C) ;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions