Summary
- Review of Java’s object oriented terms :
- class, instance, constructor, method, fields,
- 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,
- Modifiers for Class methods.
-