A. Finally block always follow try catch block
B. Finally block always executes whether exception is handled or not
C. There can be multiple finally blocks followed by try catch block
D. All of the above are correct
View AnswerC. There can be multiple finally blocks followed by try catch block