I have been reading the Java Tutorial and keep running across the references top level and member level
example
At the top level—public, or package-private (no explicit modifier).
At the member level—public, private, protected, or package-private (no explicit modifier).
What exactly do these refer too? By member level are they refering to instances of classes in some way? Thank you very much for any input! :D
