Multiple Choice
Consider the following Java variable names:
I.1stInstance
II.basicInt%
III.empName_
IV.addressLine1
V.DISCOUNT
Which of the following options is correct?
A) Only IV is a valid Java variable name.
B) Only I and IV are valid Java variable names.
C) Only I, IV, and V are valid Java variable names.
D) Only III, IV, and V are valid Java variable names.
Correct Answer:

Verified
Correct Answer:
Verified
Q61: What is the output of the following
Q62: What is the result of the following
Q63: Which statements about numeric types in Java
Q64: What is the output of the following
Q65: What does the following statement sequence print
Q67: Which one of the following reserved words
Q68: Which of the following is the Java
Q69: Which one of the following types of
Q70: What is the output of the following
Q71: What does the following statement sequence print