+ 11
static structure
Is there a difference in the static structure in interface and class?
2 Respostas
+ 6
Tejas Gupta thanx
I know the difference between class and interface but my question is that is there a difference between the static method in interface and class in the meta-space?
+ 5
Shruthi thanx but we can define a static method in the interface since Java 8 (eke default method)