what is meant by string pooling?
Answers were Sorted based on User's Feedback
Answer / praveen
string is a variable...and collection of objectives
| Is This Answer Correct ? | 2 Yes | 10 No |
Answer / 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 |
Can we declare the static variables and methods in an abstract class?
How to perform binary search in java?
What are the 7 types of characters?
What is java argument list?
Why to use nested classes in java? (Or) what is the purpose of nested class in java?
Write POJO class as a key to hashmap???
Java.util.regex consists of which classes?
What is high level language in computer?
Why is inheritance used in java?
How does sublist works in java?
How many bits is a float?
What is casting?