DeloitteRole: Java DeveloperSeptember 2026
Interview question
What are the purposes of final, finally and finalize in Java?
Follow-up questions
- Where can the final keyword be used, and what does it mean for a variable, method or class?
- Does declaring a class final make all of its properties final?
- Does finally execute when an error occurs in a try or catch block, including if the process crashes?