QUESTION 53자격증/OCJP_ExamC2018. 7. 26. 17:38
Table of Contents
반응형
QUESTION 53Given:11. String test = "a1b2c3";12. String[] tokens = test.split("\\d");13. for(String s: tokens) System.out.print(s + " ");What is the result?A. a b cB. 1 2 3C. a1b2c3D. a1 b2 c3E. Compilation fails.F. The code runs with no output.G. An exception is thrown at runtime.Solution : A
반응형
'자격증 > OCJP_ExamC' 카테고리의 다른 글
QUESTION 55 (0) | 2018.07.26 |
---|---|
QUESTION 54 (0) | 2018.07.26 |
QUESTION 52 (0) | 2018.07.26 |
QUESTION 51 (0) | 2018.07.26 |
QUESTION 50 (0) | 2018.07.26 |
@IT grow. :: IT grow.
#IT #먹방 #전자기기 #일상
#개발 #일상