J2SE Question:

What is interface?

J2SE Interview Question
J2SE Interview Question

Answer:

A Java keyword used to define a collection of method definitions and constant values. It can later be implemented by classes that define this interface with the "implements" keyword.


Previous QuestionNext Question
What is IP?What is instanceof?