tacojordan3170 tacojordan3170 05-12-2022 Computers and Technology contestada When an exception is thrown by code in the try block, the JVM begins searching the try statement for a catch clause that can handle it and passes control of the program toC. the first catch clause that can handle the exception.