clone is a method in the Java programming language for object duplication. Since objects in Java are manipulated through reference variables, there is no direct way to copy an object. (We would be trying to duplicate the reference variable rather than the object control referred to through that variable).
| Property | Value |
| p:abstract
| - clone is a method in the Java programming language for object duplication. Since objects in Java are manipulated through reference variables, there is no direct way to copy an object. (We would be trying to duplicate the reference variable rather than the object control referred to through that variable). (en)
|
| p:hasPhotoCollection
| |
| p:javadocSeProperty
| - CloneNotSupportedException (en)
- Cloneable (en)
- Object (en)
- java/lang (en)
|
| p:name
| |
| p:wikiPageUsesTemplate
| |
| rdfs:comment
| - clone is a method in the Java programming language for object duplication. Since objects in Java are manipulated through reference variables, there is no direct way to copy an object. (We would be trying to duplicate the reference variable rather than the object control referred to through that variable). (en)
|
| rdfs:label
| |
| owl:sameAs
| |
| skos:subject
| |
| foaf:page
| |