300
Some runtimes, including Java's, pool string constants into one section of memory map multiple occurrences of the same constants to one memory location. Such a technique, called "string interning", is said to be an implementation of this design pattern.
What is the flyweight pattern?
What are flyweights?