Default Time

12345678910
Across
  1. 4. Achieved by interfaces using default methods.
  2. 5. Java structure where default methods are defined.
  3. 6. Main reason default methods were introduced.
  4. 7. Needed when two interfaces have the same default method.
  5. 9. Version of Java that introduced default methods.
  6. 10. Used to call a specific interface’s default method.
Down
  1. 1. Interface with one abstract method and optional default methods.
  2. 2. A method in an interface that includes a body.
  3. 3. What default methods provide inside interfaces.
  4. 8. What a class can do to replace a default method.