J2SE Question:
Download Questions PDF

What is implements?

Answer:

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

Download J2SE Interview Questions And Answers PDF

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