Thursday, September 12, 2013

Delay execution in Java

It is indeed funny talking about delaying execution in java, but trust me this line of java code is worth mentioning.

Thread.sleep(your time in millis);
That is all.
have fun !

No comments:

Post a Comment