您的位置:首页 > 编程语言 > Java开发

课程 Java程序设计13:Threads (怀旧版)

2009-05-27 12:53 441 查看
Threads:

下载
返回课程目录

Define a thread

Create separate threads in a Java technology program, controlling the code and data that are used by that thread

Control the execution of a thread and write platformindependent code with threads

Describe the difficulties that might arise when multiple threads share data

Use wait and notify to communicate between threads
Use synchronized to protect data from corruption

Explain why suspend, resume, and stop methods have been deprecated in Java 2 SDK
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: