PPT Slide
public static void doStuff() {
Listener.count(”Yes it is ");
catch (StackOverflowError e){
Truly Exceptional Circumstances
public static void doStuff() {
Listener.count(”No it isn’t ");
catch (StackOverflowError e) {
public static void count(String strSpeaker){
System.out.println (strSpeaker + " is number " + iCount);