What is the difference b/w Arry.copy() and array.clone()
method?
Answer Posted / vishalakshi patil
Array.copy() Copies a range of elements in one Array to
another Array and performs type casting and boxing as
required. Deep Copy
Return type Void
The Array.clone() is of the same Type as the original Array.
Shallow copy. Return type System.object
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Explain get and set accessor properties?
What do you mean by hashtable c#?
can multiple catch blocks be executed for a single try statement?
What is a multicast delegate in c#?
Is c# the same as d flat?
Explain the difference between the system.array.copyto() and system.array.clone()?
What is the difference between static class and singleton class in c#?
What do constructors do in c#?
Why are strings immutable c#?
What is the difference between the debug class and trace class? Documentation looks the same.
Explain types of comment in c# with examples
What is pure abstract class in c#?
What is jagged array in c#?
What is managed code?
How to do and Apply Themes to Datagrid,Lable,Textbox,etc., in C#.NET 2005 Windows Application? (like who we will do themes in ASP.NET using .CSS and .SKIN files). Urgent!!