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 difference between compiler and jvm?
How do you test a method for an exception using junit?
What is the range of the short type?
how come we know the object is no more used in the class?
Does a function need a return?
Is java hashset ordered?
What are the disadvantages of object oriented programming?
Is java owned by oracle?
Why hashcode is used in java?
How do you detect memory leaks?
What is meant by call by reference?
When we serialize an object does the serialization mechanism saves its references too?
What is a copy constructor in java?
Can we use synchronized block for primitives?
when you will synchronize a piece of your code? : Java thread