Hire QA – Specialized in QA Recruitment, Technical Interviews and Testing Solutions

What is String Pool?

Category: Java

As the name suggests, String Pool is a pool of Strings stored in Java heap memory. We know that String is special class in java and we can create String object using new operator as well as providing values in double quotes.

Leave a Reply

Your email address will not be published. Required fields are marked *