Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Can an unreachable object become reachable again?

Answers were Sorted based on User's Feedback



Can an unreachable object become reachable again?..

Answer / shadow

An unreachable object may become reachable again. This can
happen when the object's finalize() method is invoked and
the object performs an operation which causes it to become
accessible to reachable objects....!

CHHAYA

Is This Answer Correct ?    10 Yes 1 No

Can an unreachable object become reachable again?..

Answer / 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

Can an unreachable object become reachable again?..

Answer / desai.ankita0422@gmail.com

never

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

When you say String is immutable, what do you mean by that? Say I have String s = "Ness" s= s+"Technologies"; What will happen? If the value gets appended, then what is the meaning of immutable here?

5 Answers   Ness Technologies,


What is a method signature java?

0 Answers  


What is javac_g?

0 Answers  


How many ways can you break a singleton class in java?

0 Answers  


Explain some best practices you would apply while using collection in java?

0 Answers  


what is the difference between a threads start() and run() methods? : Java thread

0 Answers  


When will we use class loader?

2 Answers  


what is java

3 Answers   Tech Mahindra,


Difference between the paint() and repaint() methods?

1 Answers  


What is the exception hierarchy in java?

0 Answers  


is JVM platform dependent or independent..?

11 Answers   IBM, Tech Mahindra,


What is JVM ?

4 Answers   Phantom Technologies, TCS,


Categories