Java 8 Comparator
On java 8 Comparator interface there are new default methods using which compare objects in declarative way.
On java 8 Comparator interface there are new default methods using which compare objects in declarative way.
Understanding how Files are linked from programming languages to Operating System File Table
Suppose we have a List of strings and want to group them by length.
We can use Collectors.groupingBy()
for this task.
Understanding the concept of paging in Operating System
Understanding encoding in details and various encoding mechanisms.
Understanding Java 8 Reduce
function
Where is Big Data
used and how has the architecture of systems evolved in the light of Big Data
Java 8 convert List to Arrays
Java 8 convert List to Set
How java 8 lambda lazy evaluation helps in clean logging
code.