Answer Posted / javadreams
String objects are immutable and are placed in a different
pool called as String constant pool. So whenever users try
to create new string object jvm looks out for this pool and
returns the reference for the string object.
So this could be one of the means of getting access to
unreachable string object .
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the two environment variables that must be set in order to run any java programs?
how to prepare for IT Officers Interview in Banks
What are bind parameters?
What are register variables what are the advantages?
What is increment in java?
What is finally and finalize in java?
What is an abstract class and what is it’s purpose?
What are untrusted applets?
What is module in oop?
Which is the best approach for creating thread ?
What is double in java?
Can inner class have constructor?
Is java a software?
What is a condition in programming?
List two java ide’s?