Questions related to writing your own file downloader using multiple threads java
- by Shekhar
Hello
In my current company, i am doing a PoC on how we can write a file downloader utility. We have
to use socket programming(TCP/IP) for downloading the files. One of the requirements of the
client is that a file(which will be large in size) should be transfered in chunks for example
if we have a file of 5Mb size then we can have 5 threads…