| Author |
simple program scenario that can be done concurrently
|
Sara Brown
Ranch Hand
Joined: Feb 22, 2012
Posts: 55
|
|
1- How to make a sequence data using thread? or perhaps that is just a waste?
2- can you give me some example on a simple program scenarios that can be done concurrently
please do help me. im still new
|
 |
Jeff Verdegan
Bartender
Joined: Jan 03, 2004
Posts: 5893
|
|
asparagus white wrote:1- How to make a sequence data using thread? or perhaps that is just a waste?
No idea what you mean.
2- can you give me some example on a simple program scenarios that can be done concurrently
Did it not occur to you to SearchFirst?(⇐click)
java concurrent example(⇐click)
|
 |
Sara Brown
Ranch Hand
Joined: Feb 22, 2012
Posts: 55
|
|
what i meant to say is if i want to print all the even numbers between 0 to 100, can we make it to thread?
i really dont have any idea with thread
|
 |
Jeff Verdegan
Bartender
Joined: Jan 03, 2004
Posts: 5893
|
|
asparagus white wrote:what i meant to say is if i want to print all the even numbers between 0 to 100, can we make it to thread?
Anything can be done with multiple threads. But some tasks benefit more than others from multithreading. And some tasks may actually perform more slowly with multiple threads.
i really dont have any idea with thread
Then you should google for java multithreading tutorial, and/or check out Doug Lea's or Brian Goetz's book.
|
 |
 |
|
|
subject: simple program scenario that can be done concurrently
|
|
|