Exception Handling Part 01
Introduction
Compile Time error occurs when we have a syntactical error
A runtime error occurs when we get at runtime after the code is successfully compiled this is called also called an exception
This basically implies that the byte code of the ...
jeevanjava.hashnode.dev1 min read