employer cover photo
employer logo

VMware interview question

what is the difference between abstract class and interface in java?

Interview Answer

Anonymous

10 June 2022

Abstract classes can have constants, members, method stubs and defined methods, whereas interfaces can only have constants and methods stubs.