Question 5 3 pts Edit this Question Delete this Question 0 multiple_choice_quest
ID: 3856935 • Letter: Q
Question
Question 5 3 pts
Edit this Question Delete this Question
0 multiple_choice_question 790654
<font>(TCOs 1, 3, and 6) The extends keyword in a class declaration indicates the use of</font>
(TCOs 1, 3, and 6) The extends keyword in a class declaration indicates the use of
Move To... This element is a more accessible alternative to drag & drop reordering. Press Enter or Space to move this question.
Flag this Question
Question 6 3 pts
Edit this Question Delete this Question
0 multiple_choice_question 790655
<font>(TCOs 1, 3, and 6) The implements keyword in a class declaration indicates the use of</font>
(TCOs 1, 3, and 6) The implements keyword in a class declaration indicates the use of
Move To... This element is a more accessible alternative to drag & drop reordering. Press Enter or Space to move this question.
Flag this Question
Question 7 3 pts
Edit this Question Delete this Question
0 multiple_choice_question 790659
<font>(TCOs 1, 3, and 6) AWT</font>
(TCOs 1, 3, and 6) AWT
Move To... This element is a more accessible alternative to drag & drop reordering. Press Enter or Space to move this question.
Flag this Question
Question 8 3 pts
Edit this Question Delete this Question
0 multiple_choice_question 790663
<font>(TCOs 1, 3, and 6) Which method must be used to register the event handler called eHandler to a JButton component called btnNew?</font>
(TCOs 1, 3, and 6) Which method must be used to register the event handler called eHandler to a JButton component called btnNew?
Move To... This element is a more accessible alternative to drag & drop reordering. Press Enter or Space to move this question.
Flag this Question
Question 9 3 pts
Edit this Question Delete this Question
0 multiple_choice_question 790664
<font>(TCOs 1, 3, and 6) Assume you have a text field named txtAddress. Which of the following statements gets the text from the text field and stores it in a String object named comments?</font>
(TCOs 1, 3, and 6) Assume you have a text field named txtAddress. Which of the following statements gets the text from the text field and stores it in a String object named comments?
Move To... This element is a more accessible alternative to drag & drop reordering. Press Enter or Space to move this question.
Flag this Question
Question 10 3 pts
Edit this Question Delete this Question
0 multiple_choice_question 790669
<font>(TCOs 1, 3, and 6) The handler (e.g., actionPerformed) is a required method in</font>
(TCOs 1, 3, and 6) The handler (e.g., actionPerformed) is a required method in
interfaces.Explanation / Answer
Question 5
Inheritance
eg class Horse extends Animal
Question 6
Interfaces
implements keyword is used to interfaces
Question 7
All of the above
AWT is the oldest Java GUI library.
Question 8
btnNew.addActionListener(eHandler);
Question 9
comments = txtAddress.getText();
getText() methos is used to get the text of textField.
Question 10
a listener object
uses the native widgets from the operating system.Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.