Exam 6: Graphical User Interface Gui and Object-Oriented Design OOD

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Wrapper class objects are mutable.

(True/False)
4.7/5
(39)

Which word goes in the second blank of the sentence above?

(Multiple Choice)
5.0/5
(42)

To compare the values of two Integer objects for equality, we can use the method equals of the class Integer.

(True/False)
4.9/5
(40)

The GridLayout manager arranges GUI components in a list formation.

(True/False)
4.8/5
(37)

Based on the problem statement above, which of the following would most likely be chosen as the class?

(Multiple Choice)
4.8/5
(40)

In object-oriented design, the verbs in the problem specification can be used to identify the objects in the program.

(True/False)
4.9/5
(48)

The height and width of a window are measured in inches.

(True/False)
4.8/5
(43)

The method addWindowListener is included in the class JFrame.

(True/False)
4.9/5
(38)

JTextFields are used to get input, but not show output.

(True/False)
4.8/5
(36)

Which method is used to register a listener object to a button object?

(Multiple Choice)
4.8/5
(55)

  -Which of the following is NOT found within the content pane? -Which of the following is NOT found within the content pane?

(Multiple Choice)
4.7/5
(38)

Which modifier is used to build classes on top of classes that are interfaces?

(Multiple Choice)
4.7/5
(40)

To display a window, you must invoke the method ____.

(Multiple Choice)
4.9/5
(36)

According to the problem statement above, which of the following would be a data member?

(Multiple Choice)
4.8/5
(38)

Which class is part of the package java.awt?

(Multiple Choice)
4.8/5
(36)

Which word goes in the first blank in the sentence above?

(Multiple Choice)
4.9/5
(36)

The first step in solving a problem using object-oriented design is to identify objects.

(True/False)
4.9/5
(43)

  -The white areas in the figure above are used to do which of the following? -The white areas in the figure above are used to do which of the following?

(Multiple Choice)
4.8/5
(44)

Given the declaration, Integer x; After executing either of the following two statements, x points to an Integer object with value 8: x = 8; x = new Integer(8);

(True/False)
4.8/5
(31)

To determine whether two reference variables of the Integer type point to the same Integer object, we can use either the method equals of the class Integer or the operator ==.

(True/False)
4.9/5
(26)
Showing 21 - 40 of 50
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)