1z1-819 문제 31
주어진:

결과는 무엇입니까?

결과는 무엇입니까?
1z1-819 문제 32
주어진 코드 조각:
경로 currentFile = Paths.get("/scratch/exam/temp.txt");
경로 outputFile = 경로 get("/scratch/exam/new.txt");
경로 디렉토리 = Paths.get("/scratch/");
Files.copy(현재파일, 출력파일);
Files.copy(출력파일, 디렉토리);
Files.delete(출력파일);
/scratch/exam/temp.txt 파일이 존재합니다. /scratch/exam/new.txt 및 /scratch/new.txt 파일이 존재하지 않습니다.
결과는 무엇입니까?
경로 currentFile = Paths.get("/scratch/exam/temp.txt");
경로 outputFile = 경로 get("/scratch/exam/new.txt");
경로 디렉토리 = Paths.get("/scratch/");
Files.copy(현재파일, 출력파일);
Files.copy(출력파일, 디렉토리);
Files.delete(출력파일);
/scratch/exam/temp.txt 파일이 존재합니다. /scratch/exam/new.txt 및 /scratch/new.txt 파일이 존재하지 않습니다.
결과는 무엇입니까?
1z1-819 문제 33
어떤 세 가지 주석 사용이 유효합니까? (3개를 선택하세요.)
1z1-819 문제 34
주어진:

필드 값을 수정하는 두 가지 방법은 무엇입니까? (2개를 선택하세요.)

필드 값을 수정하는 두 가지 방법은 무엇입니까? (2개를 선택하세요.)
1z1-819 문제 35
try 블록에 대한 설명으로 옳은 것은? (2개를 선택하세요.)

