Click here to Skip to main content
15,881,248 members
Articles / Programming Languages / Java

Threading in Java: Object Locks - III (Why Object Lock is Not Working?)

Rate me:
Please Sign up or sign in to vote.
4.80/5 (2 votes)
14 Jun 2021CPOL2 min read 3.6K   3  
Why is Object Lock not Working? This is in continuance with my previous article on "Threading in Java: Object Locks - II"
This series of articles makes an attempt to help readers with the concept of locks in Java. It is assumed that the reader has some prior knowledge of Java and threads creation in Java.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
India India
I am a Software engineer with around 7+ years of experience. Most of my experience is in Storage technology.

Comments and Discussions