Possible error in ocp-816 (4/27)
-
ocpjp11user
- Posts: 6
- Joined: Mon Jan 13, 2020 10:05 pm
- Contact:
Possible error in ocp-816 (4/27)
Here is the question
And here is list of answers
I think the answer a bit confusing. The reason is that jvm won't guarantee thread order execution. And in some case second thread can run first, print a,b,c, and only after this first thread would run and remove a and b. So there is probability that sometimes all three string would be printed.
-
admin
- Site Admin
- Posts: 10439
- Joined: Fri Sep 10, 2010 9:26 pm
- Contact:
Re: Possible error in ocp-816 (4/27)
Right, a, b, c is a possible output. That is what the option also means because it mentions what it will "not" print.
Who is online
Users browsing this forum: No registered users and 73 guests