What Java keyword can used to create a named constant?

final

final is the Java keyword, that can used to create a named constant.

final aConstant = 42;