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
What are the types of sockets in java?
Can we define constructor in inner class?
State differences between C and Java?
What is the difference between final, finally and finalize() in java?
What are namespaces in java?
What are 4 pillers of object orinted programming?
What does sizeof return?
Why do we use regex?
Is there a jre for java 11?
What is the public field modifier?
What is meant by polymorphism?
Can there be an abstract method without an abstract class?
Explain working of call by reference function invoking.
What super () does in java?
Can we assign the reference to this variable?