In the code below, I want that
thread A runs and prints 5 times, then wait is called to allow thread B run, and when B finishes A resumes back.
output should be like : AAAAABBBBBBBBBBAAAAA
Where am I wrong ?
[ July 10, 2008: Message edited by: Shiraz Khan ]
[ July 10, 2008: Message edited by: Shiraz Khan ]