首页 > 学院 > 开发设计 > 正文

Java线程入门——什么是线程

2019-11-18 10:58:04
字体:
来源:转载
供稿:网友

  A thread--sometimes called an execution context or a lightweight PRocess--is a single sequential flow of control within a program. You use threads to isolate tasks.

线程——有时也叫做执行上下文或轻量级处理程序——是程序的单一连续控制流。我们使用线程来隔离任务。

A thread is a single sequential flow of control within a program.

The Hotjava Web browser is an example of a multithreaded application.

HotJava 浏览器是一个多线程应用实例。

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表