What?s the difference between the System.Array.CopyTo() and
System.Array.Clone()?
Answer Posted / gp_bellamkonda
Clone copies only data but not structure
array.copy copies structure as well as data
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
Define c# i/o classes? List the commonly used classes?
What is jit? What are the different types of jit?
Why do we need delegates in c#?
How can you prevent escaping on backslashes in C# with string definitions?
Can struct be static in c#?
Can we inherit two classes in c#?
What is int32 maxvalue?
What is an enumerator in c#?
Is string nullable in c#?
What is the difference between C# 3.5 and C# 4.0?
What is the default value of singleordefault?
How to find type of variable?
Name some string escape sequences in c#.
In c#, what will happen if you do not explicitly provide a constructor for a class?
How can you reference current thread of the method ?