Java - Interfaces
In Java, which keyword must be used in a class declaration to specify that it adheres to an interface's contract?
implements is used to declare that a class implements an interface.implements [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions