Tricky Java 8 Coding Q & A
- Anand Nerurkar
- Jan 25
- 1 min read

find out dept wise highest salary
---






















sort list
==


traditional way sorting
==

with lambda & stream api
==


sort a map
==

traditional way to sort employee map
==

with lambda api
==

with stream api
===
asc

dsc

Comments