Static Methods in Java Interfaces

A guide to Java Interface’s static and private static method that explains their features, and rules with the help of detailed examples

Interfaces In Java

A complete guide to Java Interfaces and their features to build abstraction, polymorphism, and multiple-inheritance with examples.

Abstract classes in Java

A complete guide to Java Abstract Classes, abstract methods, abstract class vs concrete classes, examples including logger abstraction