Page 1 of 1

About Question enthuware.ocpjp.v8.2.1548 :

Posted: Mon Feb 20, 2017 6:03 am
by runnerdave
Why if the run methods are run like any other method and there is no start call, the order is not guaranteed?

I compiled it an ran it many times and always returned the same result.

Re: About Question enthuware.ocpjp.v8.2.1548 :

Posted: Mon Feb 20, 2017 7:07 am
by admin
It is indeed guaranteed in this case because all the calls are being made in the same main thread. That is why option 2 is marked as the correct option.

Re: About Question enthuware.ocpjp.v8.2.1548 :

Posted: Mon Feb 20, 2017 2:45 pm
by runnerdave
got it, thank you