Multiple Choice
Which is a legal number literal of type int in Java?
A) 100,000
B) 100.000
C) 100_000
D) 100000L
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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
Q73: What is the output of the following
Q74: What is the value of Math.pow(2, 3)?<br>A)5.0<br>B)6.0<br>C)8.0<br>D)9.0
Q75: Which one of the following is an
Q76: Which is a correct representation of the
Q77: What is the output of this code