| ||||
| Copyright 1999 Sams Publishing |
| | ||
| | |
| Chapter 4: Implementing Runnable Versus Extending Thread |
| | |
| Overview |
| | |
| Until now, extending the class Thread has been the only way to define a new class that can have a thread running within it. This chapter shows that the Runnable interface provides a second, and more often used, mechanism for defining a new class that can have a thread running within it. |
| | | ||
| Toc | |||