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
What is the output of the following code:

Free
(Multiple Choice)
4.9/5
(36)
Correct Answer:
A
The type of an object is given by its ______ ?
Free
(Multiple Choice)
5.0/5
(37)
Correct Answer:
D
What is the nickname for the graphical user interface library in Java?
Free
(Multiple Choice)
4.8/5
(46)
Correct Answer:
D
Which statement declares a variable that references a Circle of radius 3, assuming the construction parameter is the radius value?
(Multiple Choice)
4.9/5
(34)
Which of the following declares a variable that will store a welcome message?
(Multiple Choice)
4.7/5
(43)
Which import statement allows for the use of the Rectangle class?
(Multiple Choice)
4.8/5
(23)
Which of the following represents a method call to a method with a void return type?
(Multiple Choice)
4.8/5
(46)
Input to a method, enclosed in parentheses after the method name, is known as ______________.
(Multiple Choice)
4.9/5
(37)
What is the declared return type for a method that does not have a return value?
(Multiple Choice)
4.9/5
(39)
Based on the following statement, which of the following statements sets the title of the frame:
JFrame frame = new JFrame();
(Multiple Choice)
4.9/5
(32)
Which method call represents the invocation of a method that does not have arguments?
(Multiple Choice)
4.8/5
(43)
Assume that the variable count has been declared as type int.Which statement adds 10 to count?
(Multiple Choice)
4.8/5
(32)
Showing 1 - 20 of 82
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)