hi all ,when i want to pause a thread i use the sleep method , is there a way to pause the program and not the a thread , like pausing the main method !? thx
pascal betz
Ranch Hand
Joined: Jun 19, 2001
Posts: 547
posted
0
have look at wait()/notify()/notifyAll() methods in java.lang.Object