I was trying to identify the reason behind constants in Java I have learned that Java allows us to declare constants by using final keyword.
final
My question
There would be two ways to define constants - const and static final, with the exact same semantics. Furthermore static final describes the behaviour better than const
const
static final