
Network Programming, Simple Browser
With Java, you can easily write a client program that connects to a Web server and downloads an HTML file. You can also easily expand this simple program into a Web crawler by parsing the downloaded file, extracting the links referenced in that file, and using similar code to download