In java, I know that super class of all "classes" is "Object" class. My doubt is,what is the super class for all the "interfaces" in java.
Asked
Active
Viewed 2,770 times
2 Answers
3
Interfaces are not classes. Therefore, an interface cannot have a superclass, and your question is essentially invalid.

Community
- 1
- 1

Jonathon Reinhart
- 132,704
- 33
- 254
- 328