Tag: interface

Java Abstract Class

Java Abstract Class

In this article, we'll talk about what is an abstract class in java, why and how you should use it. ...

Java Interface

Java Interface

In this article, we'll go through what an interface is in Java, why you should use it and when you ...

Java Map

Java Map

In this article, we will talk about Java Map Interface which is under java.util package, how it works, and analyze ...