Which declares an abstract method in an abstract Java class?
method()
Method()
Click to view the answer
B.
The abstract keyword must precede the method's return type.