final keyword – JAVA

final keyword has the following uses: If a variable is declared final, its value cannot be changed further in the program.  If a method is declared final, that method cannot …