what is meant by string pooling?
Answer Posted / praveen
string is a variable...and collection of objectives
| Is This Answer Correct ? | 2 Yes | 10 No |
Post New Answer View All Answers
What is an abstract class and what is it’s purpose?
What is natural ordering in java?
what is predefined function in java?
What is style and indentation?
How does sublist works in java?
What do you mean by platform independence? What is an interface?
How do you reverse a string in java?
Is nan false?
What differences exist between iterator and listiterator?
What is contract between hashcode and equal method?
when you will synchronize a piece of your code? : Java thread
What is the meaning of immutable regarding string?
How to avoid memory leak in java?
How many bits is a float?
What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?