QUESTION 13자격증/OCJP_ExamC2018. 7. 21. 17:16
Table of Contents
반응형
QUESTION 13Given:abstract class C1 { public C1() { System.out.print(1); } }class C2 extends C1 { public C2() { System.out.print(2); } }class C3 extends C2 { public C3() { System.out.println(3); } }public class Ctest { public static void main(String[] a) { new C3(); } }What is the result?A. 3B. 23C. 32D. 123E. 321F. Compilation fails.G. An exception is thrown at runtime.Solution : D
반응형
'자격증 > OCJP_ExamC' 카테고리의 다른 글
QUESTION 15 (0) | 2018.07.21 |
---|---|
QUESTION 14 (0) | 2018.07.21 |
QUESTION 12 (0) | 2018.07.21 |
QUESTION 11 (0) | 2018.07.21 |
QUESTION 10 (0) | 2018.07.21 |
@IT grow. :: IT grow.
#IT #먹방 #전자기기 #일상
#개발 #일상