What is String Local Memory in Java ?
Posted
by Srinivas Iyer
on Stack Overflow
See other posts from Stack Overflow
or by Srinivas Iyer
Published on 2010-05-25T06:16:24Z
Indexed on
2010/05/25
6:21 UTC
Read the original article
Hit count: 320
In a JVM the memory is split into Method Area ,Stack ,Heap , Temp and Registry . what is String Local Memory ? Does this exists ? If so when does it gets allocated or assigned ? Appropriate Usage of this ?
Thanks
© Stack Overflow or respective owner