Start here to expose all the java related techniques and innovative ideas, We have provided the java features in detailed way below.
Core Java Features :
- How Inversion of Control(IoC) works in Java with an Example?
- SOLID Principles in Java with Examples ?
- How to Create a Singleton Class in Java ?
- Difference between Callable and FutureTask in Java
- Usages of Predicate/Producer/Consumer Interfaces in Java
- Understanding the usages of Optional Class in Java
- Usages of CompletableFuture in java
- Difference between Synchronised and ReentrantLock in Java Threading
- How Builder Design Pattern Works in Java
- Usages of Transient Keyword in Java
Java 8 Features :
- Map Manipulation Examples using Java Streams
- Difference between range() and rangeClosed() in Java Streams
- Best Use cases of mapToObj() in Java Streams
- Default Method In Java 8: A Simple Definition with Examples
- Difference Between Functional Interfaces and Default Interfaces in Java?
- Examples of forEach and with Lambda Expression in Java 8 ?