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

Threading in Java : Object Locks V

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
17 Jun 2021CPOL2 min read 3.4K   1  
Can a thread acquire multiple locks at the same time ?
This is in continuance with my previous article on "Threading in Java: Object Locks - IV". Can a thread acquire multiple locks at the same time ? is the question we will answer in today's article.

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