I read somewhere that interfaces can have member variables.
Static final constants only, can use them without qualification in classes that implement the interface. On the other paw, these unqualified names pollute the namespace. You can use them and it is not obvious where they are coming from since the qualification is optional.
I am not quite understood by what they meant? Any help?