Java – Interface

In this interface in java tutorial, we will learn why to use interface and how to declare java interface. What is Java Interface It is just like a class in java, which includes abstract method. It includes abstract method (method without definition), so we can’t create object of an interface. It is always behave like…

Read More ยป