I am trying to synchronize a block of code as detailed on page 738/739.
I cannot figure out how to access the
String that I pass to my MyThreaddy method on lines 9,10 and 11 of the below code.
I wish to access the letters 'a','b' or 'c', depending on the
thread on line 33/34.
I hope somebody can help me. Thank you :-)