Multiple Choice
In the code ____, i and j are memory locations that have not yet been initialized, but which will hold integers.
A) i = int; j = int;
B) int i, j;
C) int = i, j;
D) i = ?; j = ?;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q26: A program can detect and respond to
Q27: In the hierarchy of Java classes, at
Q28: When a class includes several constructors, the
Q29: An object must have its own unique
Q30: Parameters listed in a method's definition are
Q32: The combining of data and behavior into
Q33: The purpose of a message is to
Q34: Identify the letter of the choice that
Q35: A variable of a primitive type is
Q36: Finding run-time errors in a program is