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
What is the purpose of javac exe?
What is boolean in java?
How is java created?
What is difference between adapter class and listener?
What are advantages of using Java?s layout managers than windowing systems?
How to sort double array in java?
What are the various access specifiers for java classes?
How many bits is a double?
Explain constructors and types of constructors in java.
What does the “static” keyword mean?
Explain about fail safe iterators in java?
Is singleton class thread safe?
What is java command?
What is the default execution method in java?
Explain the difference between treeset and treemap in java?