Chapter 1

Programming Threads

In This Chapter

arrow Examining threads

arrow Creating threads from the Thread class

arrow Working with the Runnable interface

arrow Creating threads that cooperate

arrow Executing threads

arrow Making methods cooperate

arrow Using a lock

arrow Interrupting threads

Remember the guy from the old Ed Sullivan Show who used to spin plates? Somehow, he managed to keep all those plates spinning, running from pole to pole to give each plate a little nudge — just enough to keep it going.

In Java, threads are the equivalent of the spinning-plate guy. Threads let you divide the work of an application into separate pieces, all of which then run simultaneously. The result is a faster and more efficient program, ...

Get Java All-in-One For Dummies, 4th Edition 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.