Q. What can a method do with a checked exception?

  • (A) Check the exception or ignore it.
  • (B) Return the exception to the sender or handle it in a catch block.
  • (C) Throw the exception to the method that called this method, or handle the exception in a catch block.
  • (D) NumberFormatException
πŸ’¬ Discuss
βœ… Correct Answer: (A) Check the exception or ignore it.

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
151
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
86%
Success Rate