Hi,
I would like to know if the following are stored in the heap or stack memory? (using the eclipse Java)
s ?Code:String s;
s ?Code:s = hello.changeString("Test")
n?Code:Int n;
nNEW ?Code:public int goalInt(int nNew){ b = nNEW; return nNEW + 2 }
Thanks




Reply With Quote