What is the result?()
A. The output is X = 6 y = 0 B. The output is x = 7 y = 0 C. The output is x = 6 y = -1 D. The output is x = 7 y = -1 E. Compilation will fail.
A. the program runs and prints nothing. B. The program runs and prints “Finally”. C. The code compiles. But an exception is thrown at runtime. D. the code will not compile because the catch block is missing.
A. Error B. Event C. Object D. Exception E. Throwable F. Runtime Exception