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
Why java is platform independent? Explain.
What is the difference between double and float variables in java?
What is an immutable object?
State the significance of public, private, protected class?
What is the purpose of void?
What is the size of integer?
What is array in java?
How can we create an immutable class in java?
What is hashmap and map?
What is the purpose of finalization in java programming?
How to stop a thread in java? Explain about sleep () method in a thread?
How do you do a line break in java?
Is array dynamic in java?
What are thread local variables?
How does thread synchronization occurs inside a monitor?