Jasper Reports Developer Question:
Download Questions PDF

Which 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 Jasper Reports Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Explain the purpose of the wait(), notify(), and notifyAll() methods in Java Programming?Define high-level thread states in Java Programming?