Friday, 18 March 2016
Can we call run() method of a Thread class ?
Yes,
we can !
but then it will behave like a normal method.
To actually execute it in a thread, we need to start it using
Thread.start()
method.
No comments:
Post a Comment
Note: only a member of this blog may post a comment.
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Note: only a member of this blog may post a comment.