David Byron wrote:In that case, the unreachable statement must be that infinitely small gap between the closing paren and the semicolon! ;)
VuTuan Tran wrote:
Question 3 :what t1.join() does ?
Istvan Kovacs wrote:
You cannot extend an array class, which made me suspect that they are final. Upon examining their modifiers (see lines 25-27 of the original puzzle code where superIsFinalAbstractClass is calculated), I found they were also abstract, which just made for a confusing-enough puzzle to post here.