What is the difference b/w Arry.copy() and array.clone()
method?
Answer Posted / rasik bihari
Array.Copy() is deep copy and Array.clone() is shallow copy.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is disco?
What is multithreading with .net?
Why do we need generics in c#?
What is c# used for in the industry?
What is the use of regex in c#?
How many types of constructor are there in c#?
If dll and exe files are same it means you can deploy both the files in gac?
what is a structure in c#
What are collection classes?
What is cshtml extension?
What is default value of enum c#?
Is stringbuilder thread safe c#?
Which control cannot be placed in mdi?
When is a class declared as a class abstract?
How are methods overloaded?