DEV Community

Discussion on: How long do you think this code will run?

Collapse
 
omegaui profile image
omega ui • Edited

in Java the method sleep is a static in nature, can be called without any object directly by java.lang.Thread.sleep(mills, nanos)