News

Yes, what you said happens.<BR><BR>The GC can figure out what you're doing easier if you make a = null before you assign a = new aClass () again. (At least, it did in the 1.2 era. No idea if the ...
String Pool in java is a pool of Strings stored in Java Heap Memory. We know that String is a special class in java and we can create String objects using a new operator as well as providing values in ...