Get all urls from a web page – Simple Web Crawler Pavan July 11, 2009 Java No Comments Here I’m going to post a class that will extract all valid URLs from a web page. The example can be treated as a basic web crawler. My class uses “URLConnectionReader” provided by Sun Tutorial The class Read More