Multiple Choice
Which one of the following statements defines a constant with the value 123?
A) final int MY_CONST = 1 2 3 ;
B) const int MY_CONST =123;
C) final int
MY_CONST =0 ;
MY CONST =123 ;
D) static int MY_CONST =123;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q51: Which one of the following variables is
Q52: Which one of the following statements displays
Q53: Which one of the following statements displays
Q54: The assignment operator<br>A)denotes mathematical equality<br>B)places a new
Q55: Which statement is true?<br>A)Variables cannot be assigned
Q57: What is the output of this code
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