Reuse an interned string
Repeating to intern the same string is just redundant, as interned strings for the same content are always the same object until it gets collected.
Reuse an interned string
Repeating to intern the same string is just redundant, as interned
strings for the same content are always the same object until it gets
collected.