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
What is downcasting?
what is use of functional interface in java 8?
Is java hard to learn?
What are the differences between checked exception and unchecked exception?
What is the difference between hashmap and hashtable? What is an interface?
What does the ‘static’ keyword mean? Is it possible to override private or static method in java?
What are "methods" and "fields"?
What is t type java?
What are internal variables?
What is the length of a string?
What is meant by anonymous class?
What does || mean in vectors?
What methods are used to get and set the text label displayed by a button object?
Can you give names of Container classes?
What causes memory leak in java?