A specific memory optimization technique that involves creating a segment within the OS Heap designated specifically for strings. When two variables are assigned to the same string, they are assigned to the same string address in the heap. Same values are not redefined.