We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dff63f commit f84851aCopy full SHA for f84851a
interviewQuestions.md
@@ -95,7 +95,7 @@ stop(executor);
95
- `java.lang.Object`类中提供了`wait()`
96
- `sleep()`
97
- doesn't release any lock or monitor while waiting
98
- - leep is used to introduce pause on execution.
+ - sleep is used to introduce pause on execution.
99
- `java.lang.Thread`类中,提供了`sleep()`
100
- sleep need try catch interruption
101
0 commit comments