Possible Duplicate:
What is null in Java?
How is null implemented in Java?
Suppose I say
String x = null;
How is this null stored internally?
Check out this question: What is null in Java? Basically, usually stored as 0's same as C++ but this can be implementation-specific and so you shouldn't rely on it.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With