Question: Consider the following code ` ` ` public class MyClass { public static void main ( String args [ ] ) { mystery ( 3
Consider the following code
public class MyClass
public static void mainString args
mystery;
public static void mysteryint x int y throws Exception
try
int z x y;
catch ArithmeticException e
throw new ExceptionegetMessage;
which line has a compile error?
line
There are no compile errors.
line
line
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
