Basic and Advance Java Question:
Download Job Interview Questions and Answers PDF
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.
Download Java Interview Questions And Answers
PDF
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? |