| Author |
Java best practice for implementing 10 threads to print [100,101,102...999] in screen
|
hu ecko
Greenhorn
Joined: Mar 28, 2008
Posts: 5
|
|
Any other best code???
|
 |
Wouter Oet
Saloon Keeper
Joined: Oct 25, 2008
Posts: 2700
|
|
|
Personally I'm not a fan of inner classes but that is not a big issue. I would rename the class and method inc to something more describing because now it might be confusing because they share the same name.
|
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." --- Martin Fowler
Please correct my English.
|
 |
 |
|
|
subject: Java best practice for implementing 10 threads to print [100,101,102...999] in screen
|
|
|