A. It is used to achieve abstraction and multiple inheritance in java
B. It can be instantiated, means, we can create an object of an interface
C. There can be only abstract methods in the interface not method body
D. None of the above are correct
View AnswerB. It can be instantiated, means, we can create an object of an interface