On Jun 5, 2013, at 12:22 AM, Henry Jen <henry.jen at oracle.com> wrote: > > This is a trade-off, we don't want too many static or default method in > an interface. Why are too many *static* methods an issue? IIUC static methods on interfaces do not have the same source compatibility issues as default methods. Paul.