What is the difference b/w Arry.copy() and array.clone()
method?
Answer Posted / sanjaym
Array.copy() and array.clone() both gives Deep copy.
The main difference is array.clone() return type is object
so type casting is required...
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What tool we have to use to install assembli in gac folder.
What does convert toint32 mean?
In .NET which is the smallest unit of execution?
What is default access specifier for class in c#?
What is addressof operator?
What do you mean by winforms in c#?
What are winforms in c#?
What is difference between write and writeline in c#?
Is array immutable in c#?
Explain the process of inheriting a class into another class?
Can arraylist hold primitive types?
What are the types of class in c#?
What do you understand by an Implicit Variable?
Explain the mechanism of VB.NET/C# achieve polymorphism?
what is the index value of the first element in an array?