what is meant by string pooling?
Answer Posted / kumar
in string constant pool one object will be created and share that object form all required references.
hence the main advantage of scp is memory is utilized and performancce will be improved
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain access specifiers?
What are the four pillars of java?
Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?
Is boolean a wrapper class in java?
Explain what pure virtual function is?
What is this keyword used for?
How would overload a function based on return type?
Is 0 a real number?
What is an exception in java?
Is static variable stored in heap?
In a container there are 5 components. I want to display the all the components names, how will you do that one?
What is thread life cycle?
What is meant by JVM? Is JVM platform independent or not?
Define class?
how we can make a write-only class in java?