Get a website's(URL) source content.
Liberaries:
java.net.URLConnection; java.util.Scanner; java.net.URL; The abstract class URLConnection is the superclass of all classes that represent a communications link between the application and a URL.
Instances of this class can be used both to read from and to write to the resource referenced by the URL.