This HTML5 document contains 39 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
dcthttp://purl.org/dc/terms/
n21http://weblogs.java.net/blog/2007/04/04/
dbohttp://dbpedia.org/ontology/
foafhttp://xmlns.com/foaf/0.1/
dbthttp://dbpedia.org/resource/Template:
rdfshttp://www.w3.org/2000/01/rdf-schema#
freebasehttp://rdf.freebase.com/ns/
n8http://java.sun.com/javase/6/docs/api/java/lang/
n6https://web.archive.org/web/20130101012249/http:/www.javaexperience.com/java-cloning-tutorial/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
owlhttp://www.w3.org/2002/07/owl#
n5https://www.infoworld.com/article/2076332/
n14https://web.archive.org/web/20100813191054/http:/weblogs.java.net/blog/2007/04/04/
n15https://archive.org/details/
n17http://en.wikipedia.org/wiki/
n9http://www.javapractices.com/topic/
dbchttp://dbpedia.org/resource/Category:
dbphttp://dbpedia.org/property/
provhttp://www.w3.org/ns/prov#
xsdhhttp://www.w3.org/2001/XMLSchema#
goldhttp://purl.org/linguistics/gold/
dbrhttp://dbpedia.org/resource/

Statements

Subject Item
dbr:Clone_(Java_method)
rdf:type
dbo:Software
rdfs:label
Clone (Java method)
rdfs:comment
clone is a method in the Java programming language for object duplication. In Java, objects are manipulated through reference variables, and there is no operator for copying an object—the assignment operator duplicates the reference, not the object. The clone method provides this missing functionality.
owl:sameAs
freebase:m.02qkp7r
dbp:wikiPageUsesTemplate
dbt:More_footnotes dbt:Lowercase dbt:Cite_web dbt:Cite_book
dct:subject
dbc:Java_(programming_language)
dbo:wikiPageExternalLink
n5:how-to-avoid-traps-and-correctly-override-methods-from-java-lang-object.html n6: n8:Object.html%23clone()%7Ctitle=Object n9:TopicAction.do%3FId=71%7Ctitle=Avoid n14:cloning-java-objects-using-serialization%7Carchive-date=August n15:effectivejava00bloc_0 n21:cloning-java-objects-using-serialization%7Ctitle=Cloning
gold:hypernym
dbr:Method
prov:wasDerivedFrom
n17:Clone_(Java_method)?oldid=1026476634&ns=0
dbo:wikiPageID
10630298
dbo:wikiPageLength
11638
dbo:wikiPageRevisionID
1026476634
dbo:wikiPageWikiLink
dbr:Constructor_(object-oriented_programming) dbc:Java_(programming_language) dbr:Factory_method_pattern dbr:Default_constructor dbr:Bitstream dbr:Singleton_pattern dbr:Java_(programming_language) dbr:Immutable_object dbr:Type_conversion dbr:Serialization dbr:Covariant_return_type dbr:Class_(computer_programming) dbr:Inheritance_(object-oriented_programming) dbr:Marker_interface_pattern dbr:Object_copying dbr:Method_(computer_programming)
dbo:abstract
clone is a method in the Java programming language for object duplication. In Java, objects are manipulated through reference variables, and there is no operator for copying an object—the assignment operator duplicates the reference, not the object. The clone method provides this missing functionality.
foaf:isPrimaryTopicOf
n17:Clone_(Java_method)