Exam 2: Using Objects
Exam 1: Introduction76 Questions
Exam 2: Using Objects82 Questions
Exam 3: Implementing Classes108 Questions
Exam 4: Fundamental Data Types124 Questions
Exam 5: Decisions119 Questions
Exam 6: Loops107 Questions
Exam 7: Arrays and Array Lists117 Questions
Exam 8: Designing Classes88 Questions
Exam 9: Inheritance99 Questions
Exam 10: Interfaces100 Questions
Exam 11: Input/Output and Exception Handling108 Questions
Exam 12: Object-Oriented Design104 Questions
Exam 13: Recursion99 Questions
Exam 14: Sorting and Searching100 Questions
Exam 15: The Java Collections Framework102 Questions
Exam 16: Basic Data Structures102 Questions
Exam 17: Tree Structures102 Questions
Exam 18: Generic Classes75 Questions
Exam 19: Stream Processing85 Questions
Exam 20: Graphical User Interfaces75 Questions
Exam 21: Advanced Input/Output90 Questions
Exam 22: Multithreading81 Questions
Exam 23: Internet Networking74 Questions
Exam 24: Relational Databases75 Questions
Exam 25: XML74 Questions
Select questions type
In Java, objects within the same class share common _______.
(Multiple Choice)
4.9/5
(38)
A method name is ____________________ if a class has more than one method with that name (but different parameter types).
(Multiple Choice)
4.8/5
(39)
Which package is automatically imported in any Java program?
(Multiple Choice)
4.8/5
(28)
The "building blocks" that Java programmers use to write computer programs are called _______.
(Multiple Choice)
4.8/5
(33)
Which of the following method calls illustrate using the return value of a method as an argument?
(Multiple Choice)
4.9/5
(30)
Which of the following is the best choice for a variable identifier that will store a name?
(Multiple Choice)
4.9/5
(34)
If greeting refers to a String object, which of the following is a syntactically correct Java statement?
(Multiple Choice)
4.8/5
(29)
Which of the following statements about methods is correct?
(Multiple Choice)
4.8/5
(42)
Which of the following is a mutator method for the Rectangle class?
(Multiple Choice)
5.0/5
(34)
What terminology describes a method that returns information about an object and does not change the object's internal data?
(Multiple Choice)
4.8/5
(29)
In Java, a(n) _________ specifies the kind of values that can be stored in a variable.
(Multiple Choice)
4.9/5
(41)
Assuming the following Java statement:
int num = 10;
What does the variable num store?
(Multiple Choice)
4.9/5
(39)
Which method could you use to obtain the string "1234567890" from the string "123-456-7890"?
(Multiple Choice)
4.9/5
(35)
Showing 21 - 40 of 82
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)