Object Oriented Software Engineering View all facts Glossary Help |
| subject > programming language construct > keyword > Java keyword > synchronized |
| synchronized comparison table | ||||
| Subject | have purpose | is an instance of | is a kind of | has definition |
|---|---|---|---|---|
| Java keyword | keyword | A word that has special meaning in Java | ||
| synchronized | to ensure that no other thread can access an object until the synchronized method terminates | Java keyword |
Next Java keyword: this Up: Java keyword Previous Java keyword: switch