A

Admin • 828.03K Points
Coach

Q. The following fraction of code

Code:
double STATIC = 2.5 ;
System.out.println( STATIC );
  • (A) Prints 2.5
  • (B) Rraises an error as STATIC is used as a variable which is a keyword
  • (C) Raises an exception
  • (D) None of these
  • Correct Answer - Option(A)
  • Views: 6
  • Filed under category Java
  • Hashtags:

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.