in the question 81..
the code will not compile until u put try catch block because at compile time the method is being called by using interface type, so compiler expects a try catch block..
for 82..
everthing is just fine because method is being called by the class type....
cheers...