First off, I apologise if this is a duplicate question. I found many similar ones, but none that directly address my question.
In preparation for an upcoming exam, I am
Java 8 added the ability to access "effectively final" variables. The final keyword is no longer required as long as a variable is never changed after it is initialized.
final