#68Multiple Choice
Given the code fragment: Path source = Paths.get(“/repo/a/a.txt”); Path destination = Paths.get(“/repo”); Files.move(source, destination); // line 1 Files.delet...
Premium Content
Create a free account to preview more questions, or enroll for full access.
Get Started Free