J2SE Question:

What is critical section?

Tweet Share WhatsApp

Answer:

A segment of code in which a thread uses resources (such as certain instance variables) that can be used by other threads, but that must not be used by them at the same time.

Download J2SE PDF Read All 214 J2SE Questions
Previous QuestionNext Question
What is default?What is core packages?