How To Copy The File From One Location To Other #1130
How to copy the file from one location to other?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Autoboxing - File and Directory in Java - Quiz No.1.
How to copy the file from one location to other?
Files.copy(source, target)
Path.copy(source, target)
source.copy(target)
Files.createCopy(target)