logo

Crowdly

Browser

Add to Chrome

Qu'affiche ce code ? public class Exceptions_chapitre1 { public stat...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Qu'affiche ce code ?

public class Exceptions_chapitre1 

{

public static void main(String args[])

{

try

{

System.out.print("J’adore" + " " + 1 / 10);

}

catch(ArithmeticException e)

{

System.out.print("Java");

}

}

}

100%
0%
0%
0%
More questions like this

Want instant access to all verified answers on moodle.myefrei.fr?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome