0
7.4kviews
Write a short note on Exception Handling Mechanism.
1 Answer
1
218views
  • Exception is a condition that is caused by run-time error in the program.
  • Exceptions can be generated by the Java run-time system, or they can be manually generated by our code.
  • Exceptions thrown by Java relate to fundamental errors that violate the rules of the Java language or the constraints …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.