On Sun, Nov 13, 2011 at 6:19 PM, David Holmes <david.holmes at oracle.com>wrote: > What is being added is a way to provide a default implementation for a > method declared in an interface. > David, wouldn't such default methods also be available in abstract classes? The mechanism should be the same, I think. Paul