| | | | Question Answer Tutorial - JAVA->SWING | | | | Question: What does AWT stands for? | | Answer: Abstract Window Toolkit
| | | | | | | | Question: Which of these methods can be used to know which key is pressed ? | | Answer: getModifier()
| | | | | | | | Question: Which of these events is generated when a button is pressed? | | Answer: ActionEvent
| | | | | | | | Question: Which of the following statements about GUI components is wrong ? | | Answer: The AWT classes are deprecated
| | | | | | | | Question: Which of these packages contains all the classes and methods required for even handling in Java? | | Answer: java.awt.event
| | | | | | | | | | | | |