What?s the difference between the System.Array.CopyTo() and
System.Array.Clone()?
Answer Posted / kishore anumala
Clone creates the new array of same length of an existing
array and then copies the data.
Where as copyto copies the data from source to destination
array. Copyto does not creates any new array.
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
What is a hash table in c#?
Explain the difference between arraylist and array and in c#?
What is lazy keyword in c#?
How can you use abstract class and interface?
If you define a user defined data type by using the struct keyword, is it a value type or reference type?
write a C# Program add two matrix ?
What is a class level variable in c#?
What does exclamation mark mean c#?
What is xml serialization and deserialization in c#?
How many types of polymorphism are there?
What is difference between dictionary and hashtable?
Is functional interface runnable?
Howmany five tracing levels in System.Diagnostics.TraceSwitcher? Why they are using?
Why do we need constructor in c#?
Explain how can you clean up objects holding resources from within the code?