Question
What is Try used for?
Select an option. Your answer will be checked instantly.
Correct Answer: C. Representing a computation that may succeed or throw an exception
Explanation:
Try wraps results as Success or Failure.
Functional operations can then handle failures explicitly.
Leave a Reply