Solved

Which One of the Following Statements Defines a Constant with the Value

Question 102

Multiple Choice

Which one of the following statements defines a constant with the value 123?


A) final int MY_CONST = 123;
B) const int MY_CONST = 123;
C) final int MY_CONST; MY_CONST = 123;
D) static int MY_CONST = 123;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions