0 / 60 seg.

What is the result of the following Java code using the final keyword?

final int CONSTANT = 5;
CONSTANT = 10;