What is the difference b/w Arry.copy() and array.clone()
method?
Answer Posted / sanjaym
Array.copy() and array.clone() both gives Deep copy.
The main difference is array.clone() return type is object
so type casting is required...
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What is wpf application in c#?
What is mean by c#?
List some Advantages of switch-case over if else?
What is serialization and deserialization in c# with example?
What is the meaning of console writeline in c#?
What is distribute by in hive?
Differentiate between method overriding from method overloading with its functionality?
What is the diff between the System.Array.CopyTo() and System.Array.Clone()?
Explain the difference between Metadata and Manifest
What is the use of iqueryable in c#?
What do you mean by thread safe in c#?
List the 5 different access modifiers in c#?
Can we use "this" command within a static method?
Describe an abstract class?
Is list passed by reference c#?