Map
- What is map() in Java 8 Stream
- Convert a List of Strings to Uppercase
- Write a program to upper case the name of the Employee object
- How does map() differ from a traditional loop for transforming elements?
- What is the difference between map() and flatMap() in Java 8 Streams?
Sorting
- How to Sort a List of Integers in Java Using Streams?
- How to sort Employee object in java using lambda expression?