Given that /green.txt and /colors/yellow.txt are accessible, and the code fragment:
Path source = Paths.get("/green.txt);
Path target = Paths.get("/colors/yellow.txt);
Files.move(source, target, StandardCopyOption.ATOMIC_MOVE);
Files.delete(source);
Which statement is true?
pul26
Highly Voted 4 years, 5 months agovidhuharu
Most Recent 7 months, 2 weeks agoasdfjhfgjuaDCV
1 year, 2 months agosteefaand
1 year, 3 months agoGaelBernard
1 year, 9 months agoNaponeon
3 years, 2 months agoSvetleto13
4 years agof8eddy
3 years, 8 months agovarconite
4 years, 5 months ago