Using Delay
Hello all!I wold like to know if anyone could give me a little example on how to use a Delay in java. if could be any kind of example. I just need to know how to use it :-/Thanks!
Often, though, sleep is the wrong answer because it slows down a thread that should be responsive.Perhaps if you shared what you are trying to do, what your goal is.