finally block will be executed always even exception occurs. If we explicitly call System.exit() method then only finally block will not be executed if exit() call is before... read more ?
Java finally block after return statement
Posted by: Instanceofjava Posted date: November 15, 2017 / comment : 0 Core java Interview Questions