Question: class X ( static int i; int i public static void main (stringt] args) X x1 = new X(); X x2 new X(); x1-3 =

class X ( static int i; int i public static void main (stringt] args) X x1 = new X(); X x2 new X(); x1-3 = 4; x2.i5; x2.j 6; System. out.println ( fr tr x2.j) What is the result? A 3456 B. 34 36 C. 5456 D. 3646
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
