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 object pooling and connection pooling and difference between them?
What is string method in c#?
Any problem found in vs.et
What is regex replace in c#?
What Is An Interface Class?
Define a partial class?
What is a template class?
What is gac? What are the steps to create an assembly and add it to the gac?
What is static void main in c#?
How do I declare inout arguments in c#?
Can an exception be thrown from a catch block?
What is _layout cshtml?
State two different types of access modifiers.
Explain when should you call the garbage collector in .net?
If dll and exe files are same it means you can deploy both the files in gac?