189,002 views
39 votes
39 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 Alen Siljak
by
2.2k points

1 Answer

12 votes
12 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 Shimul
by
3.3k points