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 does you mean in math?
Can we overload run() method in java?
why Interface used?
What is Mutex (Mutual Exclusion Object) ?
What is the purpose of finalization in java programming?
Differentiate between static and non-static methods in java.
Is there any sort function in java?
FOR EXAMPLE WE R HAVING TWO LIST ELEMENTS ..BOTH LISTS CONTAINS ID,NAME,PLACE ..I NEED TO COMPARE BOTH IDS IN TWO LISTS,IF ID'S R SAME MEANS WE HAVE ADD THE DETAILS(LIKE NAME,PLACE) TO MAP...HOW IS POSSIBLE ?CAN ANY ONE SUGGEST?
Is it possible to cast an int value into a byte variable? What would happen if the value of int is larger than byte?
Explain the difference between string, stringbuffer and stringbuilder in java?
Which oo concept is achieved by using overloading and overriding?
How many inner classes can a class have?
Why string is called as immutable?
Why are global variables used?
What is scanner in java?