// método main para copiar URL con hilos URL public class URLCopyThreadMain { public static void main(String argv[]) { String[][] fileList = { {"http://web.mit.edu/1.00/www/Lectures/Lecture28/Lecture28.pdf", "Lecture28.pdf"}, {"http://microscopy.fsu.edu/micro/gallery/dinosaur/dino1.jpg" , "dino1.jpg"}, {"http://www.boston.com/", "globe.html"}, {"http://java.sun.com/docs/books/tutorial/index.html", "tutorial.index.html"}, }; for (int i=0; i