Computer Science, asked by mwrs2835, 11 months ago

Which command is correct to add a sleep of 5 seconds in code execution

Answers

Answered by dhyeyvachhani569
1

For Java-

Thread.sleep(5000);

Similar questions