Everything about Java 8
techempower.com
Everything about Java 8
1–10 of 182 posts
Re: Everything about Java 8
#2Re: Everything about Java 8
#3The lambdas are the new hotness that everyone is aware of. But the work done on streams is almost equally impressive.
There are several other small additions and reductions in pain that, when taken as a whole, make this update significant. For example, we finally will have a native JodaTime-like replacement for Calendar, Date, and the supporting utilities. I've long considered the need to enforce external thread safety on DateFormatters to be one of the silliest design failures in Java.
Disclosure: this summary was written by a colleague of mine.
Re: Everything about Java 8
#4Re: Everything about Java 8
#5I just wonder how many years before there's adoption from the general Java community.
Re: Everything about Java 8
#6Re: Everything about Java 8
#7I'm excited by Java 8 moreso than at least several of the previous versions. Java 7 was especially underwhelming. The lambdas are the new hotness that everyone is aware of. But the work done on streams is almost equally impressive. There are several other small additions and reductions in pain that, when taken as a whole, make this update significant. For example, we finally will have a native JodaTime-like replaceme…