Exam 3: Object-Oriented Programming, Part 1: Using Classes
Exam 1: Introduction to Programming and the Java Language47 Questions
Exam 2: Programming Building Blocks- Java Basics57 Questions
Exam 3: Object-Oriented Programming, Part 1: Using Classes62 Questions
Exam 4: Introduction to Graphical Applications57 Questions
Exam 5: Flow of Control, Part 1: Selection68 Questions
Exam 6: Flow of Control, Part 2: Looping67 Questions
Exam 7: Object-Oriented Programming, Part 2: User-Defined Classes78 Questions
Exam 8: Single-Dimensional Arrays63 Questions
Exam 9: Multidimensional Arrays and the Arraylist Class62 Questions
Exam 10: Object-Oriented Programming, Part 3: Inheritance, Polymorphism, and Interfaces61 Questions
Exam 11: Exceptions, and Input Output Operations77 Questions
Exam 12: Graphical User Interfaces Using Java FX89 Questions
Exam 13: Recursion59 Questions
Exam 14: An Introduction to Data Structures69 Questions
Exam 15: Running Time Analysis56 Questions
Exam 16: RGB Colors, Decimal Conversion, Java Naming, and Random Number Generation110 Questions
Select questions type
One can generate random numbers using the ___________ class.
Free
(Short Answer)
4.9/5
(36)
Correct Answer:
Random
The identifier of the object is called the:
Free
(Multiple Choice)
4.8/5
(44)
Correct Answer:
C
In Math.abs( -5 ), abs is a static method.
Free
(True/False)
4.8/5
(32)
Correct Answer:
True
We can instantiate an object from the NumberFormat class using the new keyword.
(True/False)
4.8/5
(33)
Java does not provide support for explicitly deleting an object.
(True/False)
4.9/5
(47)
What does the following code do?
String s = "Hello";
s = s.toUpperCase( );
(Short Answer)
4.8/5
(38)
DaysOffWork ( ) a default constructor because its parameter list is empty.
(True/False)
4.7/5
(33)
Computers are deterministic, so given a specific input to a specific set of instructions, a computer will always produce the same output.
(True/False)
4.9/5
(40)
The API of class methods has the keyword __________ before the return type.
(Short Answer)
4.8/5
(40)
The argument list of a constructor consists of a comma-separated list of initial data values to assign to the object.
(True/False)
4.8/5
(41)
Showing 1 - 20 of 62
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)