Hi all,
I wondering whats happening, when I initialize the same Thread again.
Is Java handling this as a new thread or is the Thread overwritten.
Or must I declare the Threads in a Array???
Also how can I get the Thread ID of the Running Thread.
Attached a small Test prog showing a Process Bar set value by 5 threads.
Thanks for Helping me out here.
I wondering whats happening, when I initialize the same Thread again.
Is Java handling this as a new thread or is the Thread overwritten.
Or must I declare the Threads in a Array???
Also how can I get the Thread ID of the Running Thread.
Attached a small Test prog showing a Process Bar set value by 5 threads.
Thanks for Helping me out here.
Attachments
Last edited: