[gc] String

Hello,i headed that the gc is not able to delete String which are constructed via String str = "Hello". Is that right ?
[133 byte] By [aKull82a] at [2007-9-29 22:24:46]
# 1
Jvm maintains a pool of strings and reuses the string created so as to avoid creatin a string again and agian.Just see String.intern() for more info..
AkshatJaina at 2007-7-16 2:46:02 > top of Java-index,Archived Forums,Portability & Platform Independence [Archive]...