A.1种
B.2种
C.3种
D.4种
答案:A
对于下面一段代码的描述中,正确的是______。public class ex36{ public static void run main(String[] args) throws Excepion { method(); } static void method() throws Exception try { System.out.println("test"); } finally { System.out.println ("finally"); } } }
A.代码编译成功,输出“test”和“fmally”
B.代码编译成功,输出“test”
C.代码实现选项A中的功能,之后Java停止程序运行,抛出异常,但是不进行处理
D.代码不能编译
Her birthday is _____ July 2. And my birthday is also _____ that month.[ ]
A. in; on
B. in; at
C. on; in
D. on; at