Services
Discover
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Java AP Computer Science
Exam 6: Introduction to Defining Classes
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 21
Short Answer
Messages that change an object's state are called ____________________.
Question 22
Multiple Choice
A(n) ____ is a runtime entity that contains data and responds to messages.
Question 23
Multiple Choice
All of the following are true about constructors, EXCEPT ____.
Question 24
True/False
Java programmers must instruct the program to delete objects explicitly.
Question 25
Multiple Choice
____ is used to set up a skeletal, incomplete, but running program during program development.
Question 26
Multiple Choice
A program can detect and respond to mouse events by attaching ____ objects to a panel.
Question 27
Multiple Choice
In the hierarchy of Java classes, at the root of the hierarchy is a class called ____.
Question 28
Multiple Choice
When a class includes several constructors, the code for them can be simplified by ____ them.
Question 29
True/False
An object must have its own unique identity, which distinguishes it from all other objects in the computer's memory. ____________________
Question 30
Multiple Choice
Parameters listed in a method's definition are called ____ parameters.
Question 31
Multiple Choice
In the code ____, i and j are memory locations that have not yet been initialized, but which will hold integers.
Question 32
Multiple Choice
The combining of data and behavior into a single software package is called ____.
Question 33
True/False
The purpose of a message is to pass information to a method.
Question 34
Essay
Identify the letter of the choice that best matches the phrase or definition. a.Garbage collection b.Reference type c.Public d.Information hiding e.Helper method -A process in which unreferenced objects are removed from memory.