what is meant by string pooling?

Answer Posted / devarathnam

Hi... Basically string pooling is a part of the heap memory
all string literals will be storing in the string pool
memory.
for example: String s1="DEVARATHNAM";// This is a string
literal ,will store in the string pool .

Is This Answer Correct ?    17 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is subsequence of a string?

600


How to make a non daemon thread as daemon?

545


What is a platform?

538


How does predicate work in java?

532


Why java is a platform independent? Explain

529






What is the purpose of finalization in java programming?

558


What is JVM and is it platform independent?

556


What is static variable with example?

557


What is the use of System class?

604


How do you sort arraylist in descending order?

570


What is jvm? How its run?

657


How many bytes is a url?

558


What is time complexity algorithm?

544


How java enabled high performance?

582


Is null keyword in java?

523