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

Check out the Tutorials at Sun. Everything you need. However, as of JDK 1.5 those methods are obsolete (although not deprecated) and you should be using the classes from the java.util.concurrency (or concurrent?) package. Make sure to check out that Tuorial as well.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.