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
What are the classes contained in a single .NET DLL ?
What is boxing? Explain its functionality?
What is the difference between finally and finalize block?
Define a class and an object?
What is the use of readkey in c#?
What is c# in asp net?
Give examples for value types?
What is meant by generics in c#?
Is c# and c sharp same?
What is Named parameter in C#?
Explain the Different types of configuration files in .net?
What is difference between array and list in c#?
What are Memory foot print of an exe?
What is difference between new and override in c#?
Explain the security with aop?