Fundamental Object-Oriented Concepts
- Prefix form: In the prefix form, it appears before the operand. For example, ++a;
- Postfix form: In the postfix form, it appears after the operand. For example, a ++;
- Unary numeric promotion
- Binary numeric promotion
Pass SCJA Certification Java 1.2 in a first attempt:




