Aims
Review of Java’s Object Oriented terms :
- Class, Instance, Constructor, Method, Attributes,
- Inheritance, Abstraction, Interfaces.
Review of Java’s Exception handling mechanism :
- Exceptions,
- Errors,
- The try-catch-finally clause.
Review of java’s Package construct :
- Accessing Classes residing into packages,
- Packages and the CLASSPATH variable,
- Access Modifiers for Class methods.