What do you understand by the term String Pool?

devquora
devquora

Posted On: Feb 22, 2018

 

It is a pool of reserved String objects for limiting the number of String examples and improving execution by having a similar occurrence with various customers and diminishing rubbish accumulation. Before Java 7, the Sring pool was situated on meta-space where class metadata was put away however, from JDK 7 onwards it's moved into stack space.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Java String Interview Questions

    What do you understand by the term String with respect to Java?

    With respect to Java, a String can be attributed internally by a variety of byte esteems..

    Java String Interview Questions

    Describe String intern() methodology

    As indicated by Oracle records, when the intern methodology..