logo

Crowdly

Adott az alábbi kód: public class ComplexThreadSafe extends Complex ...

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

Adott az alábbi kód:

public class ComplexThreadSafe extends Complex{

public synchronized void set(double re, double im) {

super.set(re, im);

}

public double[] get() {

return super.get();

}

}

More questions like this

Want instant access to all verified answers on moodle.ppke.hu?

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