EP55 - How to Sort with Streams in Java
In this episode we'll talk about how to sort a stream of objects using the ".sorted()" function. We'll also talk about the differences between using a stream to sort vs using something like Collections.sort(), which has been available since Java v1....
More details