Firas Kamal Blog
Adding whatever info I search for over the internet and more
Saturday, August 3, 2013
Java :: Difference Between Thread.start() and Thread.run()
Thread.start()
Will initiate a new thread and then execute run().
Thread.run()
Will run on existing thread.
Have a nice day
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)