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.