Why interface variables are public static and final
807603Nov 22 2007 — edited Nov 26 2007Hi,
Again an interview question, why are the varaibles in interface always public static and final. What if its not static and final.
I have an answer the classes that implement this interface should the chamge its value? But why so?