Java Core
JVM Internals
- How is Java Platform independent
- JVM dissection to Tune GC (JDK 7 )
- Code to memmory mapping in Java
- Understanding byte encoding and decoding
- Understanding binary and text files using Java
Inheritance
- Inheritance Internal mechanism in Java
- Inheritance with public accessibility
- Inheritance with private accessibility
- Inheritance with protected accessibility
- Inheritance with default accessibility
- Inheritance in a glimpse
Modifiers
Object creation
Loops
Java 8
Streams
- Understanding Java 8 streams
- Parallel stream and CompletableFuture example
- Java 8 streams : How to remove duplicate elements from array
- Java 8 – get all unique characters from List of string using flatmap
- Java 8 – flatmap to find a pair of elements from two List
- Java 8 Stream – allMatch, anyMatch, noneMatch
- Java 8: streams from arrays
- Java 8 Streams read file
- Java 8 Streams understanding reduce
- Java 8 streams collector groupingBy
CompletableFuture
List
Maps
Strings
Guava
Ports
Miscellaneous