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
The data associated with an object of a class are called __________.
(Short Answer)
4.9/5
(42)
The length method of the String class takes no argument and returns an int.
(True/False)
4.9/5
(29)
A Scanner object divides its input into sequences of characters called:
(Multiple Choice)
4.7/5
(41)
Using a null object reference to call a method will not generate an error.
(True/False)
4.8/5
(38)
nextDay ( ) can be used in an expression (the method header is public void nextDay( ) ).
(True/False)
4.7/5
(44)
What would you automatically use to assign the char variable to a Character object reference?
(Essay)
4.7/5
(33)
Many of the commonly used classes, such as String and Math, reside in the java.lang package.
(True/False)
4.9/5
(34)
The _________ class is used to get user input from the Java console.
(Short Answer)
4.9/5
(31)
The special method called when instantiating an object is a(n) __________.
(Short Answer)
4.9/5
(44)
The DecimalFormat can be used to format a number by specifying a number of digits after the decimal point.
(True/False)
4.8/5
(37)
The charAt method returns the character at a particular index in a String.
(True/False)
4.8/5
(36)
A way to convert a primitive data type into an object is to use __________ classes.
(Short Answer)
4.9/5
(40)
indexOf methods are useful for searching a String for a specific String or character.
(True/False)
4.8/5
(32)
Showing 41 - 60 of 62
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)