QUESTION 57자격증/OCJP_ExamB2018. 7. 13. 21:45
Table of Contents
반응형
QUESTION 57Given:static void test() throws RuntimeException {try{System.out.print("test ");throw new RuntimeException();}catch (Exception ex) {System.out.print("exception ");}}public static void main(String[] args) {try { test(); }catch (RuntimeException ex) { System.out.print("runtime ");}System.out.print("end ");} What is the result?A. test endB. Compilation fails.C. test runtime endD. test exception endE. A Throwable is thrown by main at runtime.Solution : D
반응형
'자격증 > OCJP_ExamB' 카테고리의 다른 글
QUESTION 59 (0) | 2018.07.13 |
---|---|
QUESTION 58 (0) | 2018.07.13 |
QUESTION 56 (0) | 2018.07.13 |
QUESTION 55 (0) | 2018.07.13 |
QUESTION 54 (0) | 2018.07.13 |
@IT grow. :: IT grow.
#IT #먹방 #전자기기 #일상
#개발 #일상