What Java keyword can used to create a named constant?July 10, 2022+finalfinal is the Java keyword, that can used to create a named constant.final aConstant = 42;