Q. Which statement is used to execute the rescue block again from the beginning after capturing the exception?

  • (A) retry
  • (B) raise
  • (C) ensure
  • (D) else
πŸ’¬ Discuss
βœ… Correct Answer: (A) retry
Explanation: Retry is used to execute the rescue block again from the beginning after capturing the exception.
Explanation by: Yatendra Sir
Retry is used to execute the rescue block again from the beginning after capturing the exception.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
190
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Yatendra Sir
Publisher
πŸ“ˆ
80%
Success Rate