what is meant by string pooling?
Answer Posted / 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 |
Post New Answer View All Answers
Is void a type?
Explain wrapper classes in java?
Can we write a class without main method in java?
What is the point of polymorphism java?
What are different types of references?
What is thread start?
What is default constructors?
Does hashset allow duplicates in java?
can rmi and corba based applications interact ?
What is the use of inner class?
What do you mean by platform independence of Java?
What is the difference between @before and @beforeclass annotation?
Why is a singleton bad?
Can we assign null to double in java?
What all access modifiers are allowed for top class ?