Thursday, June 12, 2014

Notes on JDk8

Joining strings with a delimiter is finally easy: String.join(", ", a, b, c) instead of a + ", " + b + ", " + c.
• Integer types now support unsigned arithmetic.
• The Math class has methods to detect integer overflow.

No comments:

Post a Comment