J2SE Question:

What is interface?

Tweet Share WhatsApp

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 PDF Read All 214 J2SE Questions
Previous QuestionNext Question
What is IP?What is instanceof?