As I read from various Java book and tutorials, variables declared in a interface are constants and can\'t be overridden.
I made a simple code to test it
<
Default signature for any variable in an interface is
public static final ...
So you cannot override it anyhow.