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
How are the elements of a gridbaglayout organized?
What is jit compiler in java?
What is floor in java?
What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?
Is it possible to instantiate the abstract class?
What is difference between final and immutable?
What is method overriding in java ?
What is the meaning of 3 dots in java?
What is meant by interface?
What do you understand by java?
How do you decide when to use arraylist and linkedlist?
Differences between traditional programming language and object oriented programming language?
How do you check if a string is lexicographically in java?
Why is stringbuffer not immutable?
Can inner class final?