8
Q:
A) ClassCastException | B) IllegalStateException |
C) NumberFormatException | D) None |
Answer: C) NumberFormatException
Explanation:
Explanation:
C is correct. 'Integer.parseInt' can throw a NumberFormatException, and IllegalArgumentException is its superclass