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