A variable name in Java is a name for a simple container.
The 9 things that can go in simple containers:
- primitive values(byte, short, int, long, float, double, boolean, char
- references to Objects (an arrow), references may be null
Java is "Pass by value" (in some case, the "value" is a reference?)
No comments:
Post a Comment