In order to create a constant, you would use which of the following Java reserved words?

D) final

final keyword is used to declare constants in Java.