Quantcast
Channel: Techie Stuffs - Blogs on technology
Viewing all articles
Browse latest Browse all 28

JDK 7 Features

$
0
0

Project Coin

The goal of Project Coin is to determine what set of small language changes should be added to JDK 7. That list is:
  • Strings in switch
  • Binary integral literals and underscores in numeric literals
  • Multi-catch and more precise rethrow
  • Improved type inference for generic instance creation (diamond)
  • try-with-resources statement
  • Simplified varargs method invocation
The previously selected features of collections support and unsigned literals have been deferred and will be reconsidered in JDK 8.

More Links :-
What's new in Java7

Viewing all articles
Browse latest Browse all 28

Trending Articles