Answer Posted / me
A bit of background information. Because the way memory
works (long story), an object consists of two things, the
reference which is basically a pointer, or a label that is
used to access the object, and the actual object data,
which is stored elsewhere (search Google for explanations
on memory stacks and heaps).
If you would simply copy an object, you would only copy the
reference. So what you end up with, are two references that
point to exactly the same data. When you change the
original object, the copy object gets changed as well, and
visa versa.
If that's not what you want, you have to clone the object,
which means you actually create a new object in memory,
that holds a copy of the data of the original object, and
you also create a new reference that points to this new
object.
When you then change some value in the original object, the
copy object stays unchanged.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what are the difference unescape() and escape() functions?
Are java and javascript the same?
what difference between args.length and args.length() in command line argument?
What is an example of javascript?
What are the application of javascript?
What does three dots mean in texting?
What will be the output of the following statements?
Explain the role of deferred scripts in javascript?
What is stack in javascript?
What are ‘settimeout()’?
what are the differences between as2 and as3?
Explain escape() in javascript?
What are self Executing Functions?
What is dataview in javascript?
I need project details about WEB CONTENT FILTERING USING NEURAL NETWORKS and how to explain it....plz help me in this topic.....