Final Keyword

Final is modifier is used to create constant in java.

Final is the only modifier which can be used with local variable

Final variable do not have data type specific value hence it should be initialize during declaration.

Final variable should be capital letter

Comments