Thread
:
threads question
View Single Post
#
6
(
permalink
)
12-10-2007, 08:24 AM
ingle.anil
Member
Join Date: Dec 2007
Posts: 3
sequential execution
thread.start() -- concurrent execution
1)create new thread and
2)then calls run() method.
thread.run() -- sequential execution
1)calls run() method.
- no new Thread creation.
ingle.anil
View Public Profile
Send a private message to ingle.anil
Find all posts by ingle.anil