Why is that a variable used in an Interface is PUBLIC STATIC FINAL? Why \"static\" in particular?
Why wouldn't it be static?
It's a constant associated with the interface, rather than with any particular instance of it.