Multiple choice Exceptions can be thrown by the Java Virtual Machine code in a try block calls from a try block to other methods All of the above Reveal answer Fill a bubble to check yourself D Correct answer Explanation Exceptions can be thrown by the JVM (e.g., NullPointerException), by explicit throw statements in code, or by methods called within a try block.