Hi,
I am new to java, hence again another probably silly doubt.
I just want to know whether I can create public static final variables in an interface file. I know interfaces are abstract classes which contain methods that must be implemented by any class which implements the interfcae. But my question is whether I can keep some common constant values defined in these files?
Regards, Kiki