Java's final vs. C++'s const
10:52 11 Feb 2011

The Java for C++ programmers tutorial says that (highlight is my own):

The keyword final is roughly equivalent to const in C++

What does "roughly" mean in this context? Aren't they exactly the same?

What are the differences, if any?

java c++ constants final