Which section in java is called exception handelr?
(A) try (B) catch (C)finnaly (D) all given
Answers
Answered by
1
Answer:
stay home stay safe
Explanation:
soory, because U dont know so sorry
Answered by
1
NullPointerException is an example of such an exception. Another branch,Error are used by the Java run-time system(JVM) to indicate errors having to do with the run-time environment itself(JRE). StackOverflowError is an example of such an error. The block of the code is called Exception handler.
Similar questions