what is meant by string pooling?
Answer Posted / gaurav agrawal
dont misguide please, all the string objects created
without new operator are stored in pool which is a space in
memory, if any other object has the same content then a new
object will not be created.
| Is This Answer Correct ? | 35 Yes | 2 No |
Post New Answer View All Answers
What does sprintf mean?
Describe the Big-O Notation.
What is hashset in java?
What are the 2 types of java programs?
design an lru cache in java?
Is integer a class?
When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?
Describe method overriding
What do you mean by platform independence of Java?
What is mean by encoding?
What is java volatile?
What is the difference between applet and application?
What is the difference between @before and @beforeclass annotation?
Which sorting is used in arrays sort in java?
Explain about field hiding in java?