当前位置: 技术问答>java相关
Runnable接口的run方法的运行
来源: 互联网 发布时间:2015-10-01
本文导语: run与Applet的五个方法,run是运行在那一个之前,那一个之后 | thread.start() 之后run()就可以参加运行了 但是因为run()是多线程方法,没有先后的概念。 | if you want to run a threa...
run与Applet的五个方法,run是运行在那一个之前,那一个之后
|
thread.start()
之后run()就可以参加运行了
但是因为run()是多线程方法,没有先后的概念。
之后run()就可以参加运行了
但是因为run()是多线程方法,没有先后的概念。
|
if you want to run a thread in an applet ,you should put thread.start() in method start() of the applet ,then end this thread
in method stop() of the applet.
(sorry ,my IME is wrong so i must write all in english)
in method stop() of the applet.
(sorry ,my IME is wrong so i must write all in english)