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
What is the purpose of the file class in java programming?
What is replaceall in java?
How are variables stored?
What is float in java?
What is the difference between static method and instance method in Java?
What exactly is methodology?
What is java virtual machine and how it is considered in context of java’s platform independent feature?
Explain the difference between call by refrence and call by value?
Java Compiler is stored in JDK, JRE or JVM?
Is alive method in java?
What does index mean in java?
When will you define a method as static?
What are the advantages of encapsulation in java?
What is a java list?
What are the advantages and disadvantages of object cloning?