Question: Question 4 What is the output of the below Java program? public class A int variable 1; 3 public class Testing public static void main(String[]

Question 4 What is the output of the below Java program? public class A int variable 1; 3 public class Testing public static void main(String[] args) A obji = new AO: obj1.variable1 = 100; A obj2; obj2 = obj1; obj2.variable l = 300; System.out.println("Result " + obj1.variable 1); J Your answer: Your answer: O Result=0 Result= 100 0 Result= 300 error Clear
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
