J2SE Question:

Download Job Interview Questions and Answers PDF

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.

Download J2SE Interview Questions And Answers PDF

Previous QuestionNext Question
What is IP?What is instanceof?