program to read html file and to open the links in that html file
program to read html file and to open the links in that html file..ex:- to read automatically all next links in the html file and save it hard disk
Start here; http://java.sun.com/products/jfc/tsc/articles/bookmarks/It gives you all of the information you need to parse the HTML file using the HTMLEditorKit that is a part of the Java SDK.Once you get the links from the file, then you can think about connecting to