I want to add a URL into my java program: http://www.markit.com/news/InterestRates_JPY_20160426.zip; so basically when you open this link a zip file is downloaded. How do I do that?
And then, I want to unzip the downloaded file in the java program as well.
How do I do these in java?