delay

The delay method delays the calling thread for the specified length of time.

Visibility
Public
Signature
static void delay (timeUnit t);
Parameters
t

Specifies the delay, in milliseconds


Feedback