Skip to content

Instantly share code, notes, and snippets.

@co89757
Last active August 29, 2015 14:05
Show Gist options
  • Save co89757/72415cd5b3c063999a4b to your computer and use it in GitHub Desktop.
Save co89757/72415cd5b3c063999a4b to your computer and use it in GitHub Desktop.
java notes

#JAVA Notes

Chap. Access Control and Code Organization

  • Library Unit: package
  • Compilation Unit: .java src files
    • each src file should have only ONE public class and all else are supporting classes with package access
    • a package statement: package [package_name];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment