What is the difference b/w Arry.copy() and array.clone()
method?
Answer Posted / vasanth
Array.copy() copies both structure and data to another array and its return type is void.
Array.Clone() copies only structure of array and its return type is Object.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is binary search tree in data structure?
How does dictionary work in c#?
What is c# most used for?
Explain about Threading Types.
What is the difference between static class and sealed class in c#?
Is unboxing an implicit conversion?
How to achieve polymorphism in c#?
What is the purpose of constructor in c#?
What does int parse do in c#?
What is exe file in c#?
What is the difference between “finalize” and “finally” methods in c#?
Why is it called c sharp?
What are the differences between system.string and system.text.stringbuilder classes?
What is class in oops with example in c#?
write a program to find the biggest palindrome in the given string