1.

How to copy the file from one location to other?

A. Files.copy(source, target)
B. Path.copy(source, target)
C. source.copy(target)
D. Files.createCopy(target)
Answer» B. Path.copy(source, target)


Discussion

No Comment Found