Java Object: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
m (Text replacement - ". " to ". ")
m (Text replacement - "]]↵*" to "]]. *")
 
Line 1: Line 1:
A [[Java Object]] is a [[Java Class]] instantiated as an [[OO object]] within a [[Java-based computer process]]
A [[Java Object]] is a [[Java Class]] instantiated as an [[OO object]] within a [[Java-based computer process]].
* <B>Context</U>:</B>
* <B>Context</U>:</B>
** It can be subject to [[Garbage Collection]] when it becomes unreferenced by the rest of the [[Java process]].
** It can be subject to [[Garbage Collection]] when it becomes unreferenced by the rest of the [[Java process]].

Latest revision as of 17:52, 4 October 2023

A Java Object is a Java Class instantiated as an OO object within a Java-based computer process.



References

1996