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