posted 23 years ago
b) An Interfaces can have static members.
e) Interfaces cannot be final.
I think the answer should be a, b, c, e.
b) is right because interfaces can define constance and they are public static and final
e) is correct because interfaces are abstract and therefore can not be final Mugal's book page 111, states this explicitly.