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 static field modifier?
What does super keyword do?
Can an object subclass another object?
What are thread priorities and importance of thread priorities in java?
What is a substitution variable?
What is the java project architecture?
Lowest Common ancestor in a Binary Search Tree and Binary Tree.
What are recursive functions?
Explain the importance of join() method in thread class?
Does unicode support all languages?
How big is a gigabyte?
How do you check if a character in a string is a digit or letter?
What is a void method?
How do you write a scanner class in java?
What is the difference between class forname and new?