Answers

Question and Answer:

  Home  Java Threads

⟩ A Thread is runnable, how does that work?

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.

 142 views

More Questions for you: