what is meant by string pooling?
Answer Posted / gaurav agrawal
dont misguide please, all the string objects created
without new operator are stored in pool which is a space in
memory, if any other object has the same content then a new
object will not be created.
| Is This Answer Correct ? | 35 Yes | 2 No |
Post New Answer View All Answers
What is a static class in java?
What is main method?
What is a platform?
Can inner class final?
what is a thread pool in java and why is it used?
What is oop principle in java?
What are wrapped classes in java programming?
What do you mean by static variable?
What state is a thread in when it is executing?
What is procedure overloading?
What is the difference between a checked and an unchecked exception?
What is the epoch date?
What's the purpose of using break in each case of switch statement?
What do you mean by singleton class in java?
What are the four integer types supported by java?