Skip to main content

Posts

Showing posts from November, 2009

New language features in java7

new features : * Language support for collections * Automatic Resource Management * Improved Type Inference for Generic Instance Creation (diamond) * Underscores in numeric literals * Strings in switch * Binary literals * Simplified Varargs Method Invocation Refer:- http://code.joejag.com/2009/new-language-features-in-java-7/