Q42
The following fraction of code double STATIC = 2.5 ; System.out.println( STATIC );
A.
Prints 2.5
AnswerB.
Rraises an error as STATIC is used as a variable which is a keyword
C.
Raises an exception
D.
None of these
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board