By mswatcher
via googleappengine.blogspot.in
Published: Oct 24 2012 / 14:56
With Java 7, many new language enhancements have been added, including: The ability to use the String class in Switch statements Expression of binary literals using simple prefixes 0b or 0B Single catch blocks that can handle multiple exceptions Improved type inference for generic instance creation Auto closing of resources when enclosed within a try-with-resources statement Simplified varargs method invocation
Add your comment