Keywords:

Java overview


  • new, finalize, extends, implements, synchronized

Language features:

    - no pointers -- references only simplify life
  • garbage collection -- no programmers' intervention - constructors -- to create and initialize - single inheritance -- for refinement - interfaces -- abstract classes - synchronized -- to prevent concurrent invocation
  • private, protected, public -- for access protection

slide: Java -- terminology (1)