What will be the output of the program? (a) Finally (b) Compilation error. (c) The code runs

Question:

What will be the output of the program?public class Test { public static void main(String[] args) { try { } return; } finally { System.out.println(

(a) Finally
(b) Compilation error.
(c) The code runs with no output.
(d) An exception is thrown at runtime.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: