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 factor r?
Which is better list or arraylist in java?
What is the similarity between dynamic binding and linking?
Why string is immutable with example?
What is java developer skills?
Explain about arraylist?
What is the purpose of using javap?
How will you add panel to a frame?
What is difference between static class and normal class?
What is the purpose of extern variable?
What is the difference between pass by reference and pass by pointer?
What is meant by method overriding?
Explain the difference between transient and volatile in java?
What are operators and its types?
What about features of local inner class?