Answer:
D - Finally
Step-by-step explanation:
Once the program has executed and exited the try-catch structure (when all error handling is completed), it always executes the finally clause. The finally clause is best utilized when you want code executed even if the try structure finds an exception.