Java   View all facts   Glossary   Help
syntactic unit > keyword > access modifier > private
Next access modifierprotected    Upaccess modifier    Previous access modifieraccess modifier of an overriding method   

private comparison table
Subject mean that use when declare has definition is a synonym of is a kind of is partitioned into is an instance of
access modifier   A keyword that specifies how restricted the access is to a class or interface or variable or methodvisibility modifierkeywordprivate, protected, public 
privatea member is only accessible to its classdeclaring members of an interfaceprivate methodA keyword that means a variable or method is only accessible within its class   access modifier

Next access modifierprotected    Upaccess modifier    Previous access modifieraccess modifier of an overriding method