what is d difference between deep cloning and shallow
cloning in core java?
Answer Posted / nishant
Deep cloning - You clone the object and their constituent
parts.
Shallow cloning - You clone only the object, not their
parts. You add references to their parts
| Is This Answer Correct ? | 10 Yes | 9 No |
Post New Answer View All Answers
how does the run() method in runnable work? : Java thread
how do I create a runnable with inheritance? : Java thread
Is 64bit faster than 32 bit?
What is toarray method in java?
What do heavy weight components mean in java programming?
What is assembly used for?
What is t in generics in java?
What are the string methods in java?
What are the two ways in which thread can be created?
Explain about fail safe iterators in java?
What is nextline method in java?
Can an object be null?
How will you reverse a singly-link list?
What is supplier in java?
if u open login & logout ,how can udisplay the timelogin & logout members ?