Hi All,
Please tell me how string literal pool internally works?
How it is implemented and where it is ? on Heap or Stack.
Also, String literal pool is a separate part in Heap memory, where String literal objects are kept or just references are kept in String literal pool?
Thank You in advance ....