What are the characteristics of an interface in Java 7?
It can contain fields.
It can contain implemented methods.
A class can implement multiple interfaces.
It can be instantiated.