What happens if an abstract class does not have any abstract methods?
It will not compile.
The class can still be abstract.
Java will automatically provide an abstract method.
It becomes a concrete class.
This question is part of this quiz :
Java Inheritance and Abstraction,50 Java Language MCQs with Answers