#198Multiple Choice
Given the code fragment: Path source = Paths.get ("/data/december/log.txt"); Path destination = Paths.get("/data"); Files.copy (source, destination); /data/dece...
Premium Content
Create a free account to preview more questions, or enroll for full access.
Get Started Free