what is meant by string pooling?
Answer Posted / ravikiran
string pooling is maintenance of pool of strings when ever
a String Object is created one instance will be saved on
stack and another instance will get saved on the pool.
| Is This Answer Correct ? | 3 Yes | 33 No |
Post New Answer View All Answers
How a variable is stored in memory?
How to print nodes of a Binary tree?
Difference between string s= new string (); and string s = "abv";?
List any five features of java?
Can you extend main method in java?
What is the use of parse function in java?
Differentiate between stringbuffer and string?
What is a locale?
What are the advantages of encapsulation in java?
Lowest Common ancestor in a Binary Search Tree and Binary Tree.
What is constant in programming?
Is arraylist ordered in java?
What is the difference between static class and normal class?
State two differences between C and Java.
Can we override constructor in java?