Do you know about Exception Handling in Java? An exception is a problem that occurs during the performance of a system. When an Exception happens the regular flow of the system is disturbed and the program/Application ends unusually, which is not suggested, therefore these exclusions are to be handled.
Be the first to comment