What is the difference b/w Arry.copy() and array.clone()
method?
Answer Posted / rasik bihari
Array.Copy() is deep copy and Array.clone() is shallow copy.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
In dynamic link library, which api is used for load library?
What does break do in loop?
What is a lambda expression in c#?
What does private void mean in c#?
How can you achieve run time polymorphism in C#?
What is eager and lazy loading in c#?
What is a verbatim string literal and why do we use it?
Which operator cannot be overloaded in c sharp?
Are c# destructors the same as c++ destructors?
How big is a 64 bit integer?
Is exe is machine dependent?
What is clr namespace?
How to implement singleton design pattern in c#?
What is a di class?
What is using keyword in C#?