Java   View all facts   Glossary   Help
access mode > private access
Next access modeprotected access    Upaccess mode    Previous access modedefault access of a method or variable   

private access comparison table
Subject is a kind of has definition
access modekbTop 
private accessaccess modeThe access mode of methods or variables specified by the keyword "private"; access is limited to objects in the same class only

Next access modeprotected access    Upaccess mode    Previous access modedefault access of a method or variable