Multiple Choice
Which statements about numeric types in Java are true?
I.There is more than one integer type
II.The data type float uses twice the storage of double
III.The numeric range of the Java integer type is related to powers of two
A) I, II
B) I, III
C) II, III
D) I, II, III
Correct Answer:

Verified
Correct Answer:
Verified
Q58: Which one of the following expressions can
Q59: What are the values of num1 and
Q60: Which of the given System.out.print statements generates
Q61: What is the output of the following
Q62: What is the result of the following
Q64: What is the output of the following
Q65: What does the following statement sequence print
Q66: Consider the following Java variable names:<br>I.1stInstance<br>II.basicInt%<br>III.empName_<br>IV.addressLine1<br>V.DISCOUNT<br>Which of
Q67: Which one of the following reserved words
Q68: Which of the following is the Java