Ask Question
11 October, 16:24

Identify three different meanings of the word "interface" in Java Programing language.

+4
Answers (1)
  1. 11 October, 18:46
    0
    Answer: Interface methods, interface variables and interface markers.

    Explanation:

    Interface methods are public and abstract by default.

    Interface variables can be declared public, static and final

    Marker interfaces are simply empty interfaces without any methods.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Identify three different meanings of the word "interface" in Java Programing language. ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers