Answered Questions

  • What is String Pool?

    Damanpreet Singh

    • Sep 4th, 2018

    String Pool is a separate memory location in Class Information Area which is differ from Heap. Anything which we write in double quotes always stored in String Pool

    Gurumurthy Ramamurthy

    • Mar 12th, 2018

    String Pool or String Constant Pool or String Literal Pool refers to an area of HEAP where the String objects are stored. Once the String object is created in this area, cant be removed by garbage co...