First page Back Continue Last page Graphics
Variable Values: Simple Types
Java variables with simple or primitive types contain value copies:
- Although two variables may contain the same value, they will have two distinct copies
- If one of the variables is changed, it has no effect on the other