hi

what is the difference in wait(long time) and sleep(time) methods in thread life cycle.and wait() and wait(long time)?
[139 byte] By [Novela] at [2007-11-27 5:11:12]
# 1
Read the API docs and/or a thread tutorial. http://java.sun.com/docs/books/tutorial/essential/concurrency/
jverda at 2007-7-12 10:31:29 > top of Java-index,Java Essentials,New To Java...
# 2
[url= http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#wait(long)]wait( )[/url]
TuringPesta at 2007-7-12 10:31:29 > top of Java-index,Java Essentials,New To Java...