March 6, 2009
March 2, 2009
Small Language Changes for JDK7
java
java7
mr. scrappy: what is multyple-exception-handling-catch for? if the code needed for handling two or more exception types is the same it is likely (in my opinion) that the two types have a same parent. why not handle that? or if they don’t share the parent (meaning they are different enough) why should anyone handle them in the same way? why does anyone want to hide the intrinsic differences?
3 years ago