Exam 8: Objects and Classes
Exam 1: Introduction to Computers, Programs, and Java9 Questions
Exam 2: Elementary Programming16 Questions
Exam 3: Selections21 Questions
Exam 4: Loops12 Questions
Exam 5: Methods17 Questions
Exam 6: Single-Dimensional Arrays8 Questions
Exam 7: Multidimensional Arrays8 Questions
Exam 8: Objects and Classes15 Questions
Exam 9: Strings24 Questions
Exam 10: Thinking in Objects25 Questions
Select questions type
Given the declaration Circle[] x = new Circle[10], which of the following statement is most accurate.
Free
(Multiple Choice)
4.8/5
(38)
Correct Answer:
D
_________ returns the last character in a StringBuffer variable named strBuf?
Free
(Multiple Choice)
4.9/5
(31)
Correct Answer:
D
What is the printout for the third print statement in the main method?


(Multiple Choice)
4.9/5
(36)
When invoking a method with an object argument, ___________ is passed.
(Multiple Choice)
4.9/5
(31)
Given the declaration Circle x = new Circle(), which of the following statement is most accurate.
(Multiple Choice)
4.8/5
(33)
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)