14: Multiple threads

CodeGuru content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More.

Bruce Eckel’s Thinking in Java Contents | Prev | Next

Objects
provide a way to divide a program up into independent sections. Often, you also
need to turn a program into separate, independently-running subtasks.

More by Author

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends & analysis

Must Read