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
How do you use parseint in java?
When is the arraystoreexception thrown?
What do you understand by java virtual machine?
Which is a valid identifier?
What is native method in java?
What is the difference between char and char *?
Explain about method local inner classes or local inner classes in java?
What is the use of singleton?
What does split function do in java?
What is the synonym of framework?
What is a marker interface?
What does the string method compareto () do?
What are access specifiers available in java?
Why string is a class?
Why stringbuilder is not thread safe?