Multiple choice An exception is a _____________. compile time error runtime error infinite loop none of these Reveal answer Fill a bubble to check yourself B Correct answer Explanation An exception is an unwanted event that occurs during runtime and terminates the execution. Hence, an exception is nothing but a runtime error.