Ask Question

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

+5
Answers (1)
  1. 1 October, 19:23
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers