1.

How Many Kind Of Variables/methods An Interface Supports In Java 9?

Answer»

With Java 9 interfaces can have following type of variables/METHODS:

  1. Constant variables
  2. ABSTRACT methods
  3. DEFAULT methods
  4. Static methods
  5. Private methods
  6. Private Static methods

With Java 9 interfaces can have following type of variables/methods:



Discussion

No Comment Found