| Author |
Wait method and sleep method
|
Chathura Ma
Greenhorn
Joined: Feb 20, 2011
Posts: 4
|
|
Hi all,
I need to know what is the different between wait method and sleep method.. is the functionality of those 2 methods equivalent ?
Specially wait(100) is one??? there is an overloaded method in wait we can pass a long value
Thanks
|
 |
prem pillai
Ranch Hand
Joined: Nov 02, 2007
Posts: 87
|
|
Before posting a query , just try searching the forum ; Somebody else might had the same query as yours ...and already answered.
Also have a look at javadocs for sleep() and wait()
http://download.oracle.com/javase/6/docs/api/java/lang/Thread.html#sleep(long)
http://download.oracle.com/javase/6/docs/api/java/lang/Object.html#wait()
|
 |
 |
|
|
subject: Wait method and sleep method
|
|
|