/URLConnectionProgram

Java 8 - Sample URL connection program that fetches a lists of Articles from a URL , then sorts the articles and prints the lists of articles in the descending order of the number of comments received.

Primary LanguageJava

URLConnectionProgram using Java 8

Sample URL connection program that fetches a lists of Artciles from a URL , then sorts the articles and prints the lists of articles in the descending order of the number of coments received. Program also uses JAVA 8.