Intern pool in String

Dear Sir,
What does intern pool and why it is named so.

Hi Mohit
String interning is a method of storing only one copy of each distinct string value (must be immutable) . Interning strings makes some string processing tasks more time and space-efficient at the cost of requiring more time when the string is created or interned.
The distinct values are stored in a string intern pool.

Hey Mohit, as you are not responding to this thread, I am marking your doubt as Resolved for now. Re-open it if required.

Please mark your doubts as resolved in your course’s “ Ask Doubt ” section, when your doubt is resolved.