Explore >> Select a destination


You are here

winterbe.com
| | nikgrozev.com
0.9 parsecs away

Travel
| | Oracle has recently released a 3-week JDK 8 Massive Open and Online Course called "Lambdas and Streams", which discusses the new JDK8 functional features in ...
| | studiofreya.org
2.1 parsecs away

Travel
| |
| | www.chrisritchie.org
1.2 parsecs away

Travel
| | Doing distributed processing with Java's parallelStream.
| | solutionspace.blog
35.9 parsecs away

Travel
| Records are part of the Java language since version 14. They are a useful feature for types that primarily capture data and avoid some of the boilerplate that Java is famous for. While many traditional class hierarchies could be translated to records, I found the discussion around which of them should be adapted to that...