13.07.2015 Views

Java™ Application Development on Linux - Dator

Java™ Application Development on Linux - Dator

Java™ Application Development on Linux - Dator

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

5.9 The Java Debugger15367 public FetchURL(String urlName)8 => {9 try {10 requestedURL = new URL(urlName);11 } catch (Excepti<strong>on</strong> e) {12 e.printStackTrace();13 }main[1] step>Step completed: "thread=main", FetchURL.(), line=10 bci=410 requestedURL = new URL(urlName);main[1] step (3)>Step completed: "thread=main", FetchURL.(), line=11 bci=1611 } catch (Excepti<strong>on</strong> e) {main[1] step>Step completed: "thread=main", FetchURL.(), line=14 bci=2714 }main[1] step>Step completed: "thread=main", FetchURL.main(), line=51 bci=4551 System.out.println(new FetchURL(args[i]));main[1] step>Step completed: "thread=main", FetchURL.toString(), line=19 bci=219 String rc = "";main[1] list151617 public String toString()18 {19 => String rc = "";20 String line;21 BufferedReader rdr;2223 try {24 rdr = new BufferedReader(main[1] step>Step completed: "thread=main", FetchURL.toString(), line=24 bci=324 rdr = new BufferedReader(

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!