1.4 Summary
In this chapter, we've provided a basic overview of
where we're going in our exploration of threaded
programs. Threading is a basic feature of Java, and
we've seen some of the reasons why
it's more important to Java than to other
programming platforms.
In the next few chapters, we look into the basics of thread
programming. We start by looking at how threads are created and used
in an application.
|