What is the difference b/w Arry.copy() and array.clone()
method?
Answer Posted / chauhan rakesh botad
Array.Copy() copies all contents of original array to
another array by specied index of original array while Clone
creates a shallow copy. Array.Copy() copies Data as well as
structure while Clone copies data only.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are strongly typed objects?
What is .cshtml file?
Do void methods have parameters?
What is the resgen.exe tool used for?
what is IDisposal interface
Explain About remoting and web services. Difference between them
Is list passed by reference c#?
if you do have a stack overflow profile.what is your ranking?
What is xamarin used for?
Is datetime immutable c#?
What is difference between code access and role based security?
What is datareader c#?
What is the size of a decimal?
Explain states of a thread in c#?
What is private class in c#?