QUESTION 34자격증/OCJP_ExamC2018. 7. 24. 20:14
Table of Contents
반응형
QUESTION 34Given:11. public void testIfA() {12. if (testIfB("True")) {13. System.out.println("True");14. } else {15. System.out.println("Not true");16. }17. }18. public Boolean testIfB(String str) {19. return Boolean.valueOf(str);20. }What is the result when method testIfA is invoked?A. TrueB. Not trueC. An exception is thrown at runtime.D. Compilation fails because of an error at line 12.E. Compilation fails because of an error at line 19.Solution : A
plus imformation
기술 :
java.lang.Boolean.valueOf (문자열들) 지정된 String가 나타내는 값을 가지는 Boolean을 반환합니다. 문자열 인수가 null이 아니고 문자열 "true"에 대해 대소 문자를 구분하지 않으면 반환되는 부울은 true 값을 나타냅니다.
선언 :
public static Boolean valueOf(String s)
반응형
'자격증 > OCJP_ExamC' 카테고리의 다른 글
QUESTION 36 (0) | 2018.07.25 |
---|---|
QUESTION 35 (0) | 2018.07.24 |
QUESTION 33 (0) | 2018.07.24 |
QUESTION 32 (0) | 2018.07.24 |
QUESTION 31 (0) | 2018.07.24 |
@IT grow. :: IT grow.
#IT #먹방 #전자기기 #일상
#개발 #일상