No,If a class contains abstract methods then the class should be declared abstract.Otherwise a compile error will be thrown.
Is it compulsory for a abstract class to have abstract methods?
Can we instantiate abstract class in java?
What is meant by abstract class in java?
What meant by final variable and how will we declare?
When will we use final methods in java?