Java Const

//final variable value can't be changed
private final int VAR = 0;