站内搜索: 请输入搜索关键词
当前页面: 图书首页 > Java Threads, Third Edition

1.4 Summary - Java Threads, Third Edition

Previous Section  < Day Day Up >  Next Section

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.

    Previous Section  < Day Day Up >  Next Section