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

Submitted by: Administrator
It must provide all of the methods in the interface and identify the interface in its implements clause.
Submitted by: Administrator

Read Online Java Job Interview Questions And Answers