what is meant by string pooling?
Answer Posted / ravikiran(aptech r&d)
so when we use a new operator an object will be created
right and every object will be save on garbage collectible heap.
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
What is the common usage of serialization?
What restrictions are placed on method overloading in java programming?
Which is a valid identifier?
Can we declare array without size in java?
I have multiple constructors defined in a class. Is it possible to call a constructor from another constructor’s body?
What are identifiers in java?
How many bytes is a string in java?
Where import statement is used in a java program?
Explain about strings in java?
How arrays are stored in memory in java?
Explain what do you mean by functional overloading in java?
Can we have multiple classes in a single file?
What is a local, member and a class variable?
Why does java does not support multiple inheritance? Explain
What is the byte order of byte buffer?