PDA

View Full Version : Copying a large file using threads in Java


sohil2
Dec 26, 2013, 12:12 PM
HI
I want to copy a large file using a few threads, I want to compare the time to copy a file to a thread by copying the same files with multi-threading.
I want write this program with java.
Please guide me.
Thanks