Skip to content

Commit e8df17f

Browse files
Update multithreading-questions.md
1 parent baf2493 commit e8df17f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

multithreading-questions.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Multithreading Interview Questions and Answers
1+
# Multithreading Interview Questions
22

33
## Q. What are the states in the lifecycle of a Thread?
44
A java thread can be in any of following thread states during it\'s life cycle i.e. New, Runnable, Blocked, Waiting, Timed Waiting or Terminated. These are also called life cycle events of a thread in java.
@@ -2077,4 +2077,4 @@ The `wait()` is mainly used for shared resources, a thread notifies other waitin
20772077

20782078
<div align="right">
20792079
<b><a href="#">↥ back to top</a></b>
2080-
</div>
2080+
</div>

0 commit comments

Comments
 (0)