f, within one try statement you want to have catch clauses that catch exceptions of the following types, in which order should they appear in your program? (1) Throwable (2) Exception (3) RuntimeException (4) NumberFormatExcept

Respuesta :

Answer:

4, 3, 2, 1

Explanation:

According to my research on different programming terminology and uses, I can say that based on the information provided within the question in order to catch exceptions they should appear in you program in the following order.

NumberFormatExcept, RuntimeException, Exception, Throwable

Otherwise if it is not in this order you can have any number of errors or it might not catch the exceptions.

I hope this answered your question. If you have any more questions feel free to ask away at Brainly.

RELAXING NOICE
Relax