Hey,
what are the rules if i define variables with a Value of null, which will concern the Memory?
objecttype var = null; <--- is this going into the memory
valuetype var2 = null; <--- is this going into the Memory??
Hey,
what are the rules if i define variables with a Value of null, which will concern the Memory?
objecttype var = null; <--- is this going into the memory
valuetype var2 = null; <--- is this going into the Memory??