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 objectsI have been asked this question in an international level competition.Question is from Testing Exception Handling in chapter Mastering JUnit of JUnit

Answer»

Right answer is (a) Anomalous conditions requiring special processing

To EXPLAIN: Exceptions result in DISRUPTION of the NORMAL FLOW of the code execu



Discussion

No Comment Found

Related InterviewSolutions