I got confused with a string in Oracle Java docs here under the heading Interfaces in Java , which says:
Method bodies exist only for default methods and static methods.
Since we cannot determine the body of the method in the interface, I am confused if this line has a different value. Appreciate if someone can help me in understanding this.
source
share