Can an unreferenced object be referenced again?
Answer / Randhir Prasad Singh
No, once an object goes out of scope and is no longer referenced, it cannot be referenced again.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between sop and work instruction?
What are the main uses of java?
What is map and hashmap in java?
how to create multithreaded program? : Java thread
What is meant by controls and types?
What are the disadvantages of object oriented programming?
What are the java ide’s?
What is string in java?
Can there be an abstract class with no abstract methods in it?
What does java edition mean?
What are different data types?
How is it possible for two string objects with identical values not to be equal under the == operator?