Talk:1188: Bonding

Explain xkcd: It's 'cause you're dumb.
Revision as of 06:01, 20 March 2013 by 108.48.215.61 (talk) (Created page with "I noticed that Ball extends Throwable, but is not a variable. The "Throw Ball" line would either result in a compilation error, or go to the catch statement and cause an infin...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

I noticed that Ball extends Throwable, but is not a variable. The "Throw Ball" line would either result in a compilation error, or go to the catch statement and cause an infinite loop/stack overflow.

Other than that, it just takes some Java knowledge and patience to understand. I assume it's supposed to be tough to follow at first.