Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Which of the following is NOT a correct statement about creating and using interfaces in Java?
An interface in Java describes a set of methods that can be called on an object.
Interfaces offer a capability requiring that unrelated classes implement a set of common methods.
Interfaces may not specify any implementation details, such as concrete method declarations and instance variables.
An interface declaration begins with the keyword interface and contains only instance variables and protected methods.
Interfaces define and standardize the ways in which things such as people and systems can interact with one another.
All interface members must be public.
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!