Given: package com.sun.scjp; public class Geodetics { public static final double DIAMETER = 12756.32; //kilometers } Which two correctly access the DIAMETER member of the Geodetics class?()
A.A B.B C.C D.D
What is the result?()
A.12,4 B.The code runs with no output. C.An exception is thrown at runtime. D.Compilation fails because of an error in line 21. E.Compilation fails because of an error in line 22. F.Compilation fails because of an error in line 31.
When line 14 is reached, how many objects are eligible for the garbage collector?()
A.0 B.1 C.2 D.3 E.4 F.6