×

Multiple-Choice Questions

Web Technologies MCQs

Computer Science Subjects MCQs

Databases MCQs

Programming MCQs

Testing Software MCQs

Digital Marketing Subjects MCQs

Cloud Computing Softwares MCQs

AI/ML Subjects MCQs

Engineering Subjects MCQs

Office Related Programs MCQs

Management MCQs

More

Which statement tells the correct difference between Exception and Error?

92. Which statement tells the correct difference between Exception and Error?

  1. An exception cannot be recovered. Errors can be recovered.
  2. An exception can be recovered. Errors cannot be recovered.

Answer: B) An exception can be recovered. Errors cannot be recovered.

Explanation:

Exceptions can be recovered by try-catch blocks, Errors cannot be recovered.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.