Re: Threads in java
- From: Robert Klemme <shortcutter@xxxxxxxxxxxxxx>
- Date: Fri, 13 Oct 2006 11:21:22 +0200
On 13.10.2006 11:07, abhishekG wrote:
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.
Did you browse through the tutorial? AFAIK there are some examples in [1]. Also, you can look at the source code of java.util.concurrent.*.
Kind regards
robert
[1] http://java.sun.com/docs/books/tutorial/essential/concurrency/index.html
.
- Follow-Ups:
- Re: Threads in java
- From: abhishekG
- Re: Threads in java
- From: Pawel Szulc
- Re: Threads in java
- References:
- Threads in java
- From: abhishekG
- Threads in java
- Prev by Date: Threads in java
- Next by Date: Re: Threads in java
- Previous by thread: Threads in java
- Next by thread: Re: Threads in java
- Index(es):
Relevant Pages
|