Threds in java

can anyone point me to some useful tutorials on how to use a thread in a program, or even some source code would be great.

I have tried to use a thread before, got the IBM tutorial on how to, i got the hole thing working fine until i had to synchronize the data, and thats where the tutorial kinda went blank. My IT teacher couldn't even make heads or tail out of it.

source code always helps me to understand that much more.

thanks

[459 byte] By [Roqueforta] at [2007-11-27 6:10:44]
# 1
http://java.sun.com/docs/books/tutorial/essential/concurrency/The official Sun tutorial. Great place to start.
kevjavaa at 2007-7-12 17:16:26 > top of Java-index,Java Essentials,New To Java...
# 2
Is there a way to download the hole tutorial, because i don't get to go on the net much?
Roqueforta at 2007-7-12 17:16:26 > top of Java-index,Java Essentials,New To Java...
# 3
Not that I know of. You could try saving as archive or printing to PDF or something similar. Sorry...
kevjavaa at 2007-7-12 17:16:26 > top of Java-index,Java Essentials,New To Java...
# 4
You can download the tutorials here: http://java.sun.com/docs/books/tutorial/information/download.html
Dalzhima at 2007-7-12 17:16:26 > top of Java-index,Java Essentials,New To Java...
# 5
> You can download the tutorials here:> > http://java.sun.com/docs/books/tutorial/information/do> wnload.htmlNice i could use this! Thanks alot Dalzhim!!
Davey_Vargasa at 2007-7-12 17:16:26 > top of Java-index,Java Essentials,New To Java...
# 6

> > You can download the tutorials here:

> >

> >

> http://java.sun.com/docs/books/tutorial/information/do

>

> > wnload.html

>

> Nice i could use this! Thanks alot Dalzhim!!

Indeed, thank you kindly. I had no idea that page existed.

kevjavaa at 2007-7-12 17:16:26 > top of Java-index,Java Essentials,New To Java...