Question: Write down the output of this program: class A { { System.out.println(1); } } class B extends A

Write down the output of this program: class A {     {         System.out.println(1);     } }   class B extends A

Step by Step Solution

3.44 Rating (167 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Input code class A Systemo... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Computer Engineering Questions!