Home » Unlabelled » A Thread is runnable, how does that work? | Java Threads
Tuesday, 14 February 2012
A Thread is runnable, how does that work? | Java Threads
The Thread class' run method normally invokes the run method of the Runnable type it is passed in its constructor. However, it is possible to override the thread's run method with your own.
No comments:
Post a Comment