what is meant by string pooling?
Answer Posted / kumar
in string constant pool one object will be created and share that object form all required references.
hence the main advantage of scp is memory is utilized and performancce will be improved
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is string a wrapper class?
What does .equals do in java?
What is a line break example?
Explain illegalmonitorstateexception and when it will be thrown?
Can we override constructors?
What is the difference between math floor and math round?
Is it necessary that each try block must be followed by a catch block?
Why webdriver is an interface?
Why is it called buffering?
What is the output of the below java program?
What is the size of an array?
How do you start a thread?
What is output buffer?
In multi-threading how can we ensure that a resource isn't used by multiple threads simultaneously?
What is method reference in java?