πŸ“Š JAVA
Q. When is a finally {} block executed?
  • (A) Only when an exception is thrown by a try block
  • (B) Only when there are no exceptions thrown
  • (C) At the end of a program
  • (D) Always after the execution of a try block, regardless of whether or not an exception is thrown
πŸ’¬ Discuss
βœ… Correct Answer: (D) Always after the execution of a try block, regardless of whether or not an exception is thrown

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
403433
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
96%
Success Rate