Computer Science, asked by sekharcherukure363, 1 year ago

Which class is used when a program does not want to handle an exception?

Answers

Answered by Abhaytomar11
4
Throw class is used when a program does not want to handle an exception.
hope it will help you my dear friend plz mark it as brainliest one.
Answered by mousmikumarisl
0

Answer:

Throws class is used when a program does not want to handle an exception.

Explanation:

  1. In Java, the throws keyword is used to declare exceptions that might happen while a programme is being executed.
  2. It is required to use the throws keyword to list the exceptions that can be thrown for any method that has that capability.

#SPJ3

Similar questions