Answers

Question and Answer:

  Home  J2SE

⟩ What is synchronized?

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.

 121 views

More Questions for you: