I wrote a program that downloads a web page. I need to know how to download the images associated with the web page. Given an absolute address like http://www.yahoo.com/try.img, the program should copy try.img to C:\try.img. Source code would be a big help because I am new to java.
Thank you,