Multiple Choice
Which choice indicates that a string variable refers to no string?
A) nil
B) ""
C) null
D) empty
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q20: Insert the missing code in the following
Q21: You have created a Motorcycle class which
Q22: Insert the missing code in the following
Q23: Consider the following code snippet:<br>Public class Vehicle<br>{<br>Private
Q24: Consider the following class:<br>Public class Auto<br>{<br>Private String
Q26: Which statement calls a constructor with no
Q27: Consider the following code snippet:<br>Public class Transaction<br>{<br>Private
Q28: Which of the following statements about class
Q29: If you do not provide a constructor
Q30: Which of the following statements about constructors