1I use try & catch blocks to handle any exceptions in my code.
2 I am familiar with major checked and unchecked exceptions and
3 handle it accordingly to make my code execution smooth
1I use try & catch & finally block
2to handle exception if I will use the method
3in different class.
4
5Or If I will use it only once and if it is checked
6exception then I use THROWS keyword on method signature