Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

How can we prevent busy waiting in Java?

Pragya Keshap answered on February 4, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers


How can we prevent busy waiting in Java?

0

There is a simple way to prevent busy-waiting in Java. We can just

put the current thread to sleep for given amount of time.

It can be done by calling sleep() method of java.lang.Thread class.

We can pass the number of milliseconds to sleep() method as an

argument

https://josephmate.wordpress.com/2016/02/04/how-to-avoid-busy-waiting/

Popularity 1/10 Helpfulness 1/10 Language java
Source: Grepper
Tags: java
Link to this answer
Share Copy Link
Contributed on Feb 04 2023
Pragya Keshap
0 Answers  Avg Quality 2/10


X

Continue with Google

By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
X
Grepper Account Login Required

Oops, You will need to install Grepper and log-in to perform this action.