ioifjifjie7284 ioifjifjie7284 22-12-2020 Computers and Technology contestada Which is the correct code to declare a catch-all handler? a. catch (AllException excpt) {…} b. catch (Exception excpt) {…} c. catch (Throw excpt) {…} d. catch (Throwable excpt) {…}