|
| Total Answers and Comments: 4 |
Last Update: February 11, 2008 Asked by: sha_kr2001 |
|
| | |
|
Submitted by: sampra A JVM has a string pool where it keeps at most one object of any String. String literals always refer to an object in the string pool. String objects created with the new operator do not refer to objects in the string pool.Afetr using the string object returns to the pool in the pool there is no rool of gc.and object in the string pool is immutable
Above answer was rated as good by the following members: Avilesh | Go To Top
|