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 is the difference between a threads start() and run() methods? : Java thread
What are loops in java?
What is the purpose of the main method?
What is the common usage of serialization? What exceptions occur during serialization?
Explain oops concepts in detail?
What is the main purpose of java?
What is singleton class example?
What is Garbage Collection in Java
What is constant in programming?
What is prime number in java?
What is the difference between static and global variables and also define what are volatile variables?
What is java abstraction with example?
How will you compute size of a structure?
List implementations of list interface?
Does java list allow null?