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
Difference between abstract classes and interfaces
What is the main purpose of xml?
What is remote data?
Why do we need indexer in c#?
What does dbml stand for?
What is default access modifier for class in c#?
Why do we use hashtable in c#?
What are native methods?
Is collection a data structure?
In how many ways you can overload a method?
Is it possible to have a static indexer in c#?
What is c# entity framework?
What is or operator in c#?
What is the difference between // comments, /* */ comments and /// comments?
What is sql transaction in c#?