QUESTION 52자격증/OCJP_ExamA2018. 7. 8. 19:43
Table of Contents
반응형
QUESTION 52
Given:
String[] elements = { "for", "tea", "too" };
String first = (elements.length > 0) ? elements[0] : null;
What is the result?
A. Compilation fails.
B. An exception is thrown at runtime.
C. The variable first is set to null.
D. The variable first is set to elements[0].
Solution : D
String 배열인 elements 는 총 3개의 방에 각각 값이 들어가 있으며 , length또한 0보다 크다 , 고로 elements[0]
만약 elements.length < 0 이라면 first = null이 될 것이다.
반응형
'자격증 > OCJP_ExamA' 카테고리의 다른 글
QUESTION 54 (0) | 2018.07.08 |
---|---|
QUESTION 53 (0) | 2018.07.08 |
QUESTION 51 (0) | 2018.07.08 |
QUESTION 50 (0) | 2018.07.08 |
QUESTION 49 (0) | 2018.07.08 |
@IT grow. :: IT grow.
#IT #먹방 #전자기기 #일상
#개발 #일상