What?s the difference between the System.Array.CopyTo() and
System.Array.Clone()?
Answer Posted / gp_bellamkonda
Clone copies only data but not structure
array.copy copies structure as well as data
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
If casting fails what type of exception is thrown?
What is difference between ienumerable and ienumerator in c#?
How do you pronounce c#?
What is the use of oops in c#?
What do you mean by delegates and explain different types of delegates?
Can interface have virtual methods in c#?
Differentiate between sqlclient oledb and providers?
list the steps in code compilation in c#?
What are value types in c#?
What is inheritance in csharp?
What is oledb in c#?
What is short in c#?
How to sort an int array in c#?
What are the Types of assemblies that can be created in dotnet
What is a thread? What is multithreading?