+91-85006-22255
What will be the output of the following program?
class KeyBoard{ public static void main(String[] args) { try { System.exit(0); } finally { System.out.println("This is Finally Block"); } }}
Topic: Unknown
Read this topic Take test on this topic
Open In App