java Thread class run() method

Posted by JavaUser on Stack Overflow See other posts from Stack Overflow or by JavaUser
Published on 2010-06-14T07:29:26Z Indexed on 2010/06/14 7:32 UTC
Read the original article Hit count: 82

Filed under:
|

Hi,

Thread class has run method to implement the business logic that could be executed in parallel.But I want implement different business logics in a single run method and to run simultaneously.How to get this feature.

thanks

© Stack Overflow or respective owner

Related posts about java

Related posts about multithreading