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
the c# keyword .int. Maps to which .net type?
What is difference between string and stringbuffer in c#?
Can a private virtual method can be overridden?
Explain the difference between class and interface in .net?
What are predicates in c#?
Is javascript harder than c#?
What do you mean by default constructor?
How to find the current application file path while runtime?
List the different stages of a thread?
Is enum a class c#?
What is ispostback c#?
Explain 'structure padding'?
How do I format a string in c#?
What exception can an overridden method throw in comparison with the method it is overriding?
Is c# the same as d flat?