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.
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 statementSimplified varargs method invocation.
No comments:
Post a Comment