Page 1 of 1

About Question com.enthuware.ets.scjp.v6.2.432 :

Posted: Sun Mar 20, 2011 12:51 am
by ETS User
Hi,

I was wondering - doesn't t.join() need to be placed in a try/catch block? Thanks.

Re: About Question com.enthuware.ets.scjp.v6.2.432 :

Posted: Sun Mar 20, 2011 7:30 am
by admin
Yes, it should be but in this case, the main() method declaration contains throws Exception so it is not required.