单项选择题
A.A
B.B
C.C
D.D
单项选择题 Given 1. public class Foo { 2. public static void main (String [] args) } 3. try { return;} 4. finally { Syste.out.printIn (“Finally”);} 5. } 6. } What is the result()?
多项选择题 Given: 1. public interface Foo { 2. int k = 4: 3. } Which three are equivalent to line 2?()
单项选择题 Which command line invocation will produce the output?()