When an exception is thrown from within a try block, what happens to the remaining statements below the exception point in the try block? Select one: a. They are executed normally b. They are skipped c. They are executed once the exception-handling code in the catch block is completed d. None of these are true

Respuesta :

Answer:B

Explanation: