Java MCQ Set 1 1. What are exceptions? a) Anomalous conditions requiring special processing b) Extra methods written to increase functionality c) Commented lines describing exceptional cases d) Null objects AnswerAnswer: a [Reason:] Exceptions result in disruption of the normal flow of the code execution 2. ________ can be useful in adding additional functionality which…