Sivaramakrishna madala

Greenhorn
+ Follow
since Nov 02, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Sivaramakrishna madala

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...