Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

21 What is the output of this code (2 (2 ) lic class Exam { public static void main(String args[]) { try { int d

image text in transcribed

21 What is the output of this code (2 (2 ) lic class Exam { public static void main(String args[]) { try { int d = 4; int n = 20; int fraction = n/ d; int g[] = {1,2,3}; g[20] = 100; } catch (ArithmeticException e) { System.out.print("A" ); } catch (ArrayIndexOutOfBoundsException e) { System.out.print("B" ); } System.out.print("C"); } ABC AC BC AB

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Expert Oracle9i Database Administration

Authors: Sam R. Alapati

1st Edition

1590590228, 978-1590590225

More Books

Students also viewed these Databases questions

Question

Explain consumer behaviour.

Answered: 1 week ago

Question

Explain the factors influencing consumer behaviour.

Answered: 1 week ago