What is the advantage of exception handling in Java?
Answers
Answered by
0
By using exceptions to manage errors, Java programs have the following advantages over traditional error management techniques: Advantage 1: Separating Error Handling Code from "Regular" Code.
Advantage 2: Propagating Errors Up the Call Stack.
Advantage 3: Grouping Error Types and Error Differentiation.
Answered by
2
you can use Google for this answer
Similar questions