DO interfaces inherit the Object class in Java?why?
I dont think so. Only real classes inherit from Object. Interface is just a contract which is a collection of behaviors ( read method signatures).