i started learing java
reading thinking in java
i cam across this
java objects do not have same lifetime as primitives
an object retains in memory even after its scope until garbage collector detects and releases the memory
well whats the lifetime of primitives..??
their memory will be released after the scope..??
Edit/Delete Message