Archive | May 16th, 2012

Virtual Extension Methods(or Defender Methods) in Java 8

May 16, 2012

12 Comments

As part of the JSR-335 (Project Lambda) which adds closure support to Java language, there were quite a few changes in the language to support the use of closures in the existing Java APIs (Collection APIs to a large extent). One such change is the introduction of Virtual Extension Methods. We all are aware of [...]

email