Showing posts with label Data Science. Show all posts
Showing posts with label Data Science. Show all posts

Thursday, 14 January 2016

How To Connect to a Website and Display the Data of a Web Page Using JAVA

          JAVA provides "java.net" package which contains classes required for network programming. The networking in Java allows one person to communicate with other computers / systems. One of the core area under networking is connecting to different Websites and Servers. One may gather required data for his own study purposes. One may automate the same task to avoid the boredom process of connecting to a particular website. Though there are many possible applications of connecting with the websites I am just stating a few.