try {int x = Integer.parseInt(“one”);} Which of the following could be used to create appropriate catch block ?
Reveal answer
Fill a bubble to check yourself
try {int x = Integer.parseInt(“one”);} Which of the following could be used to create appropriate catch block ?