Vidyalelo
Java Programming · Q54

Java Autoboxing

Programming · Java Programming · question 54

Q54

How to copy the file from one location to other?

A.
Files.copy(source, target)
Answer
B.
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