Java OOPs Practice Test-1

Why java does not have pure object oriented programming?

Do an abstract class have constructor?

Can a reference of a child class hold an object of parent class?

In which class the default equals() method defined?

Difference between a break statement and continue statement?

Can we override the overload method?

Can we run abstract class which have main method?

Is multiple inheritance supported by java?

Can we declare an interface as final?

Can we use abstract and final both with in a method?