Java View all facts Glossary Help |
| syntactic unit > keyword > synchronized |
| synchronized comparison table | |||||||
| Subject | is an instance of | see also | is a kind of | is a subtopic of | indicate that | modify | has definition |
|---|---|---|---|---|---|---|---|
| keyword | syntactic unit | A word that has special meaning in Java | |||||
| synchronized | keyword | synchronized instance method, synchronized class method | Threads | the method modifies the internal state of the class or the internal state of an instance of the class in a way that is not thread-safe | class or instance method |