Application contexts:
- Java application represents real world objects communications.
- Every application has 2 contexts (locations) to access.
- Static context – free access
- Non static context – Restricted access
General example to understand Static and Non static contexts:
Technical example to understand static and non static contexts: