Computer Science, asked by XJefferson, 10 months ago

What is the advantage of exception handling in Java?​

Answers

Answered by anjali620
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 dolly2861
2

you can use Google for this answer

Similar questions