Glossaria.net

Glossary Java / Term

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.

Permanent link synchronized - Creation date 2022-01-03


< switch Glossary / Java syntax error >