Thursday, December 8, 2011

Java Crazy: Sleep() and Wait()

Java Crazy: Sleep() and Wait(): Difference between sleep() and wait() ? 1) wait() is a method of Object class. sleep() is a method of Thread class. 2) sleep() allows the ...

No comments:

Post a Comment