Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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‎

Lines changed: 2 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /