Basic and Advance Java Question:
What must a class do to implement an interface in Java Programming?

Answer:
It must provide all of the methods in the interface and identify the interface in its implements clause.
Previous Question | Next Question |
What is the Locale class in Java Programming? | What is the purpose of the wait(), notify(), and notifyAll() methods in Java Programming? |