Can an unreachable object become reachable again?

Answer Posted / niranjanravi

Yes, an unreachable object may become reachable again.This
happens when the object's finalize() method is invoked and
the objct performs an operation which causes it to become
accessible to reachable objects.

Is This Answer Correct ?    19 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the difference between process and thread? : Java thread

538


Can we override private method in java?

596


Explain spliterator in java8?

579


What are thread groups?

551


What is protected in java?

508






What is JDBC Driver interface?How can you retrieve data from the ResultSet

1485


How many functional interfaces does java 8 have?

579


What is character in data type?

518


What is internal iteration in java se 8?

602


What is meant by interface?

542


What is Session reduplication and how its done?

1538


How will you communicate between two applets?

611


What is a “stateless” protocol ?

539


What is the difference between error and an exception?

547


How do I remove a character from a string in java?

481