logo

Crowdly

Browser

Add to Chrome

Дано код: public class Test {   public static void main(String[] args)...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Дано код:

public class Test {

  public static void main(String[] args) {

    new B();

  }

}

class A {

  static { System.out.print(1); }

  A() { System.out.print(2); }

}

class B extends A {

  static { System.out.print(3); }

}

що він виведе?

0%
0%
0%
0%
0%
More questions like this

Want instant access to all verified answers on dl.nure.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome