logo

Crowdly

Millised järgmistest variantidest võivad ekraanile ilmuda? class Lõim1 extends ...

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

Millised järgmistest variantidest võivad ekraanile ilmuda?

class Lõim1 extends Thread {

   public void run() {

       System.out.print("A");

       System.out.print("B");

   }

}

class Lõim2 extends Thread {

   public void run() {

       System.out.print("1");

       System.out.print("2");

   }

}

public class AB12 {

   public static void main(String[] args) {

       new Lõim1().run();

       new Lõim2().run();

   }

}

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

Want instant access to all verified answers on moodle.ut.ee?

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