Given the code fragments:
Which code fragment, when inserted at line n1, enables the code to print Hank?
Option A
Option B
Option C
Option D
Given the code fragment:
What is the result?
1 2 3 0 01 2 3 0 0
An Exception is thrown at run time.
1 2 3 0 01 2 3
1 2 31 2 3
Which two class definitions fail to compile? (Choose two.)
Option E
Given:
BaseDerivedA
BaseDerivedB
DerivedBDerivedB
DerivedBDerivedA
A ClassCastException is thrown at runtime.