Java   View all facts   Glossary   Help
syntactic unit > keyword > synchronized
Next keywordthis    Upkeyword    Previous keywordsuper   

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
synchronizedkeywordsynchronized instance method, synchronized class method Threadsthe 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-safeclass or instance method 

Next keywordthis    Upkeyword    Previous keywordsuper