Basic and Advance Java Question:

Download Job Interview Questions and Answers PDF

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.

Download Java Interview Questions And Answers PDF

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?