J2SE Question: Download J2SE PDF

What is synchronized?

Tweet Share WhatsApp

Answer:

A keyword in the Java programming language that, when applied to a method or code block, guarantees that at most one thread at a time executes that code.

Download J2SE PDF Read All 214 J2SE Questions
Previous QuestionNext Question
What is thread?What is Unicode?