CHAPTER 17

image

Interfaces

In this chapter, you will learn

  • What interfaces are
  • How to declare interfaces
  • How to declare abstract, default, and static methods in interfaces
  • How to fully and partially implement interfaces in a class
  • How to evolve interfaces after they are published
  • How to inherit an interface from other interfaces
  • Using the instanceof operator with interfaces
  • What marker interfaces are
  • How interfaces can be used to implement polymorphism
  • How dynamic binding applies to method calls on interface type variables

What Is an Interface?

The interface is a very important concept in Java programming. The knowledge of a Java developer is incomplete ...

Get Beginning Java 8 Fundamentals: Language Syntax, Arrays, Data Types, Objects, and Regular Expressions now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.