Computer Science, asked by Therocks4634, 10 months ago

Jack is working on a task that is using the error handling command to capture errors and log the error data to a file. Now, he wants to specify a value to a variable to set a task status. Which error handling option should he use?

Answers

Answered by cajaysinh594
0

Answer:

your answer is here.

Explanation:

he wants to specify a value to a variable to set a task status.

please mark my answer brainlist.

Answered by lovingheart
0

The error handling option used by Jack is the exception handling process where he had entered the incorrect input.

Explanation:

  • The exception handling process is used to handle the situations when the user enters the incorrect data and it comes under the category of logical errors.
  • The incorrect data entered by the user will be handled by the exception handling in order to run the program smoothly.
  • In addition to this, the program will not crash when the exception handling technique is used.

To know more:

1) When should you consider Exception Handling strategy?

https://brainly.in/question/7577677

2)Which of the following block handles or takes appropriate action when an Exception occurs ?(a) try (b) catch(c) throws (d) handles?

https://brainly.in/question/8227345

Similar questions