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

public comparison table
Subject declare has definition modify 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 method visibility modifierkeywordprivate, protected, public 
publica public class, public method or public variableA keyword that indicates that a method, class or variable may be accessed by any objectmethods, classes, and variables   access modifier

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