Functional interface vs Abstract class
Java 8 introduces the “Default Method” or (Defender methods) feature, which allows the developer to add new methods to the interfaces without breaking their
Java 8 introduces the “Default Method” or (Defender methods) feature, which allows the developer to add new methods to the interfaces without breaking their
Streams You can consider steam as a wrapper that wraps the collection object and allows you to operate on it and makes the
What is the difference between stream’s map and flatMap? Map in streams API’s are basically used to convert one type to other and
Interview Questions