Archive | May 17th, 2012

Resolution of the invocation of Virtual Extension Methods in Java 8

May 17, 2012

0 Comments

There is a list of method resolution approach for virtual extension methods explained here. One of the interesting ones is when a class implements multiple interfaces and say 2 of the interfaces have same method signature but different implementations. But before that, lets look at a case where the class implements an interface, say I1 [...]

email