We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b8c2d32 + 97f891b commit addf044Copy full SHA for addf044
Chapter05/Example12/Example12.java
@@ -19,7 +19,7 @@ public static void main(String[] args) {
19
System.out.println("Exception: Case Closed");
20
}
21
22
- // you will never see this print
+ // code to be executed after handling the exception
23
Iterator<String> iterator = lines.iterator();
24
while (iterator.hasNext())
25
System.out.println(iterator.next());
0 commit comments