单项选择题
A.Foo{public int bar(){return 1;}}
B.new Foo{public int bar(){return 1;}}
C.new Foo(){public int bar(){return 1;}}
D.new class Foo{public int bar(){return 1;}}
多项选择题 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?()
单项选择题 What is the result?()
单项选择题 When line 14 is reached, how many objects are eligible for the garbage collector?()