Full-Stack Developer Question:

Tell us what is thread contention?

Tweet Share WhatsApp

Answer:

Contention is simply when two threads try to access either the same resource or related resources in such a way that at least one of the contending threads runs more slowly than it would if the other thread(s) were not running. Contention occurs when multiple threads try to acquire a lock at the same time

Download Full-Stack Developer PDF Read All 30 Full-Stack Developer Questions
Previous QuestionNext Question
Do you know java memory model?Explain what is deadlock, livelock?