J2SE Question:

What is implements?

J2SE Interview Question
J2SE Interview Question

Answer:

A Java keyword included in the class declaration to specify any interfaces that are implemented by the current class.


Previous QuestionNext Question
What is instance method?What is if?