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 split work in java?
How you can force the garbage collection?
How do you add an arraylist to an array in java?
What defines function?
Write a program to print the pattern given below
What is join () in java?
Can I learn java without any programming experience?
What is the relationship difference the canvas class and the graphics class?
Why do we use return statement?
Define reflection.
What is called module?
Why main method is called first in java?
What is the abstraction?
what is function overloading in java?
How to sort an array from smallest to largest java?