Ask Question
18 May, 03:52

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

+3
Answers (1)
  1. 18 May, 07:27
    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?
Get an answer to your question ✅ “Identify three different meanings of the word "interface" in Java Programing language. ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers