Java const
It’s been mentioned elsewhere, but I will mention it here. Java needs const; and it should work just like it does in C++. Some people will tell you that final suffices, but it does not.
Look into where I should complain.
David Tribble has a complete exposition on what const should look like in Java here.