Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the difference b/w Arry.copy() and array.clone()
method?

Answer Posted / chauhan rakesh botad

System.Array.copyto() will perform a deep copy of array
while system.array.Clone() will perform shalow copy of the
array.Shalow copy will simply copy the elements of the array
where as an Deep copy will copy the elements as well as any
referenced elements present in the array.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In C#, explain the difference between overloading and overriding.

1203


What is a c# delegate?

1128


What are the types of access modifiers?

956


What is the purpose of ienumerable in c#?

1071


Define interface class in c#?

965


What is as keyword in c#?

1040


What is definition in c#?

930


What is the difference between ienumerable and icollection?

995


If you define a user defined data type by using the class keyword, is it a value type or reference type?

929


What is a float?

969


What is selector c#?

949


What is a static in c#?

969


Can a struct have a default constructor (a constructor without parameters) or a destructor in c#?

1020


How can I check the type of an object at runtime?

1007


What is dynamic object in c#?

974