what is meant by string pooling?
Answer Posted / gaurav agrawal
dont misguide please, all the string objects created
without new operator are stored in pool which is a space in
memory, if any other object has the same content then a new
object will not be created.
| Is This Answer Correct ? | 35 Yes | 2 No |
Post New Answer View All Answers
Who found java?
What are use cases?
What is abstract class? Explain
What do you mean by boolean?
What is Gang of four design patterns
os is developed in c no java is more secured then c na why dont the os developed is developed using java
What happens when a thread cannot acquire a lock on an object in java programming?
What are the benefits of immutable objects?
Is boolean a data type in java?
How many types of methods are there in java?
What is a method vs function?
Explain about data types?
What is compareto () in java?
What are the differences between Java 1.0 and Java 2.0?
Can we start a thread twice in java?