Multiple Choice
If you attempt to perform an operation with a null reference variable __________.
A) the resulting operation will always be zero
B) the results will be unpredictable
C) the program will terminate
D) Java will create an object to reference the variable
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q27: Given the following method header, what will
Q28: If the following is from the method
Q29: You cannot use the fully-qualified name of
Q30: If a class has a method named
Q31: You cannot use the == operator to
Q33: Which of the following is not true
Q34: If you write a toString method to
Q35: When the this variable is used to
Q36: When an object reference is passed to
Q37: When a method's return type is a