hi
I am facing problem in Threads in java. I have studied threads and know
the theory of it. But I just cant get started. It would be great if I
can get some sample codes showing the use of wait(), notify(), sleep()
. The code should have a number of threads (say 2-3) and each thread is
running.
Thanks