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 |
What is hashing principle in java?
What is the program development process?
Which types of exceptions are caught at compile time?
Why does abstract class have constructor?
what is meant by string pooling?
12 Answers Oracle, Polaris, Tribal Fusion, Wipro,
What is the main functionality of Prepared Statement?
what is the difference between equals method and ==
17 Answers IBM, Professional Access, TCS,
What are access specifiers in java ?
0 Answers Akamai Technologies,
What is finally and finalize in java?
Is null a string or object in java?
How do you load an HTML page from an Applet ?
What does the “final” keyword mean in front of a variable? A method? A class?