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
What are checked exceptions?
What is the role of garbage collector in java?
Is null == null in java?
What is a private class in java?
What is the purpose of void?
how to create multithreaded program? : Java thread
Differentiate between a constructor and a method? Can we mark constructors final?
what is thread? What are the high-level thread states? Or what are the states associated in the thread? : Java thread
How do you find the independent variable?
How do you use equal in java?
how to write a server program and sending the mails to the server using smtp protocol please help me
What is core java used for?
Define canvas?
Can we return null in java?
what is a green thread? : Java thread