1Z0-819 문제 116
세 가지 초기화 문 중 올바른 것은 무엇입니까? (3개를 선택하세요.)
1Z0-819 문제 117
주어진:

결과는 무엇입니까?

결과는 무엇입니까?
1Z0-819 문제 118
주어진:

throws FooException 절을 생략하면 컴파일 오류가 발생합니다.
FooException에 대한 설명으로 옳은 것은 무엇입니까?

throws FooException 절을 생략하면 컴파일 오류가 발생합니다.
FooException에 대한 설명으로 옳은 것은 무엇입니까?
1Z0-819 문제 119
코드 조각을 보면 다음과 같습니다.
List<Integer> list = List.of(11,12,13,12,13);
컴파일 타임 오류를 일으키는 명령문은 무엇입니까?
List<Integer> list = List.of(11,12,13,12,13);
컴파일 타임 오류를 일으키는 명령문은 무엇입니까?
1Z0-819 문제 120
주어진:
String OriginalPath = "data\\projects\\a-project\\..\\..\\another-project"; 경로 경로 = Paths.get(originalPath); System.out.print(path.normalize()); 결과는 무엇입니까?
String OriginalPath = "data\\projects\\a-project\\..\\..\\another-project"; 경로 경로 = Paths.get(originalPath); System.out.print(path.normalize()); 결과는 무엇입니까?


