Question: c) What is wrong with the below code? Why it is showing compile time error? public class A { } { public A() System.out.println
c) What is wrong with the below code? Why it is showing compile time error? public class A { } { public A() System.out.println (1); super(); System.out.println(2);
Step by Step Solution
There are 3 Steps involved in it
Answer The code you provided has a syntax error and a logical issue Lets address them Syntax Error I... View full answer
Get step-by-step solutions from verified subject matter experts
