Can an object be garbage collected while it is still
reachable?

Answer Posted / janet

Once an object is garbage collected, it ceases to exist. It
can no longer become reachable again.

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can a class extend more than one class?

599


Which types of exceptions are caught at compile time?

556


What is the difference between a choice and a list?

592


Why parameters should be passed by reference?

490


Can a private method of a superclass be declared within a subclass?

522






What are the different tags provided in jstl?

541


What is a function in programming?

545


How java uses the string and stringbuffer classes?

506


Is it possible to cast an int value into a byte variable? What would happen if the value of int is larger than byte?

534


Can we have multiple catch block for a try block?

582


Why do we declare a class static?

530


What are the important features of Java 8 release?

565


Is there a case when finally will not execute?

557


what is the constructor and how many types of constructors are used in java?

527


Explain java coding standards for classes or java coding conventions for classes?

606