J2SE Question:

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.

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