190k views
5 votes
g A catch block that expects an integer argument will catch Group of answer choices all exceptions all integer exceptions any exception value that can be coerced into an integer C

User Vinit
by
7.9k points

1 Answer

5 votes

Answer:

Hence the correct option is 2nd option. all integer exceptions.

Step-by-step explanation:

A catch block that expects an integer argument will catch all integer exceptions.

User Edisson
by
8.7k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.