Difference between nulland zero in java

Difference between nulland zero in java
[46 byte] By [bnbnbnna] at [2007-11-26 18:10:54]
# 1
Zero is a number, null is not.
mlka at 2007-7-9 5:43:23 > top of Java-index,Java Essentials,New To Java...
# 2
one is the value zero and the other is the absence of a value
georgemca at 2007-7-9 5:43:23 > top of Java-index,Java Essentials,New To Java...
# 3
null is non-addressable storage. Zero is an arithmatic amount that can be used in more arithmetic calculations; null can not be.
abillconsla at 2007-7-9 5:43:23 > top of Java-index,Java Essentials,New To Java...