Given that FileNotFoundException is a subclass of IOException and Long is a subclass of Number, what is

Question:

Given that FileNotFoundException is a subclass of IOException and Long is a subclass of Number, what is the output of the following application? 

image text in transcribed

A. 15

B. It does not compile because of line q1.

C. It does not compile because of line q2.

D. It does not compile because of line q3.

E. It does not compile because of line q4.

F. The class compiles but produces an exception at runtime.

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

Step by Step Answer:

Question Posted: