Basic and Advance Java Question:

What must a class do to implement an interface in Java Programming?

Java Interview Question
Java Interview Question

Answer:

It must provide all of the methods in the interface and identify the interface in its implements clause.


Previous QuestionNext Question
What is the Locale class in Java Programming?What is the purpose of the wait(), notify(), and notifyAll() methods in Java Programming?