Understanding byte encoding and decoding in Java
Understanding encoding in details and various encoding mechanisms.
Understanding encoding in details and various encoding mechanisms.
Understanding Java 8 Reduce
function
Java 8 convert List to Arrays
Java 8 convert List to Set
How java 8 lambda lazy evaluation helps in clean logging
code.
In Java 8 we can use Files.lines
to read file into stream and do manipulations.
Let’s say we want to count the number of unique words in the file.
Stream can be created from arrays using Arrays.stream
static method. For example having an array of integers we can convert into IntStream:
Why Java is known as platform independent
, whats the internal mechanism which enables this.
Introduction to Java 8 streams
and functional programming.
Java Data Types and memory mapping details