what is meant by string pooling?
Answers were Sorted based on User's Feedback
Answer / praveen
string is a variable...and collection of objectives
| Is This Answer Correct ? | 2 Yes | 10 No |
Answer / ravikiran
string pooling is maintenance of pool of strings when ever
a String Object is created one instance will be saved on
stack and another instance will get saved on the pool.
| Is This Answer Correct ? | 3 Yes | 33 No |
Nullpointer exception is a very common exception. Why is it not made as a checked exception?
is it possible to add a object in a HASHMAP
What about static nested classes in java?
When do we use synchronized methods in java?
What are the four integer types supported by java?
What are loops in java?
What is r in java?
What are synchronized methods ?
Can an integer be null java?
What are the application of stack?
Write the code for Palindrome ?
what is the use of StringBuffer?