Question: Write a Java program that downloads the first 100 comics of the webcomic XKCD. Be sure to use https:// for all URLS. This is what

Write a Java program that downloads the first 100 comics of the webcomic XKCD. Be sure to use https:// for all URLS.

This is what I have so far, I am trying to download the first 100 comics from xkcd but I am only getting the first comic. I am having trouble downloading the rest of the 99 comics. I am also getting a lot of errors after my program run, it says "Done!" at first then goes on the give me errors. Please help, I am using Java.

Write a Java program that downloads the first 100 comics of thewebcomic XKCD. Be sure to use https:// for all URLS. This is

public class Comics public static void main(Stringl] args) throws FileNotFoundException, MalformedURLException, IOException URL imgURLnull: for (int web = 1; web

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!