Q54
How to copy the file from one location to other?
A.
Files.copy(source, target)
AnswerB.
Path.copy(source, target)
C.
source.copy(target)
D.
Files.createCopy(target)
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board