Can interface extends another interface?

Answer:
yes of cause interface is use in java at the place of multiple inheritance .o as like multiple inheritance u can extends interface class to other.
and another think is interface contain abstract method i.e method with no defination so u can use it without any error.
First answer by ID2017204456. Last edit by ID2017204456. Question popularity: 2 [recommend question].