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, 6 months agovidhuharu
Most Recent 8 months, 4 weeks agoasdfjhfgjuaDCV
1 year, 3 months agosteefaand
1 year, 4 months agoGaelBernard
1 year, 10 months agoNaponeon
3 years, 4 months agoSvetleto13
4 years, 1 month agof8eddy
3 years, 10 months agovarconite
4 years, 6 months ago