Chapter 4. Implementing Runnable Versus Extending Thread

IN THIS CHAPTER

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.

Visual Timer Graphical Component

Imagine that what you need is a timer graphical component that continually displays the time elapsed since ...

Get Java Thread Programming now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.