Multiple Choice
What is stored by a reference variable?
A) A binary encoded decimal
B) A memory address
C) An object
D) A string
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: A method that stores a value in
Q48: An access specifier indicates how the class
Q49: When you are working with a _,
Q51: In the cookie cutter metaphor, think of
Q52: Given the following code, what will be
Q54: The term "default constructor" is applied to
Q55: Data hiding, which means that critical data
Q56: Most programming languages that are in use
Q57: A constructor:<br>A) always accepts two arguments<br>B) has
Q58: Instance methods should be declared static.