he exception handling in java is one of the powerful mechanism to handle the runtime errors so that normal flow of the application can be maintained.
In this page, we will learn about java exception, its type and the difference between checked and unchecked exceptions.
In java, exception is an event that disrupts the normal flow of the program. It is an object which is thrown at runtime.
In this page, we will learn about java exception, its type and the difference between checked and unchecked exceptions.
What is exception
Dictionary Meaning: Exception is an abnormal condition.In java, exception is an event that disrupts the normal flow of the program. It is an object which is thrown at runtime.
0 comments:
Post a Comment