Object Oriented Software Engineering View all facts Glossary Help |
subject > programming language construct > keyword > Java keyword > synchronized |
synchronized | ||||
subject | fact |
synchronized | has purpose to ensure that no other thread can access an object until the synchronized method terminates | |
is a subtopic of The Basics of Java | ||
is an instance of Java keyword |