4

Question, !rant

To all my fellow Java devs, what are some things that have come out in JDK8 and JDK9 that you think are the most useful?

I know very little about the new features, but after learning about lambdas I wondered what other golden nuggets there might be. Thanks in advance!

Comments
  • 2
    Java 8 streams are amazing, and can be super powerful. They're not perfect, but very cool once you get the hang of them.
Add Comment