## Notes - `final`: Keyword for variables and methods; cannot be rewritten or reassigned - `finally`: Keyword for defining a block of code to run regardless if an exception is caught - `finalize`: Called by the garbage collector before an object is removed from memory - Not used anymore since Java 9