Which command is correct to add a sleep of 5 seconds in code execution
Answers
Answered by
1
For Java-
Thread.sleep(5000);
Similar questions