I'm a bit confused on join() in threads. I know what it does but it is the actual implemetation that's got me confused..I know it pauses the current thread to let the thread on which join() is called terminates...
so for example if I have threadA and threadB...
could you pleease provide a very simple line of code to show how to apply join() if threadA were to wait for threadB to finish !!
Regards
poolboy
so for example if I have threadA and threadB...
could you pleease provide a very simple line of code to show how to apply join() if threadA were to wait for threadB to finish !!
Regards
poolboy