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 purpose of find feature?
What is java developer skills?
What is the new line character?
Why java strings are immutable in nature?
What is a condition in programming?
Explain creating threads by extending thread class ?
What is private static in java?
Does treeset use compareto?
What is an example of a boolean?
What do you mean by compiler?
What is flag in python?
What is the purpose of static methods and variables?
What is the functionality of the stub?
Can we inherit a class with private constructor?
What is math in java?