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?s the difference between the System.Array.CopyTo() and
System.Array.Clone()?

Answer Posted / satish

System.Array.CopyTo() performs the deep copy that is it
creates a new duplicate copy without effect of old one.
Whereas Clone creates as shallow copy but as it is a clone
so it is linked with the old one so affect whenever changes
occures in the old one.

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between int and int in c#?

1011


What you mean by inner exception in c#?

1016


Why do we use constructors in c#?

1179


What is the function of the not null constraint?

986


Why do we use static methods in c#?

1049


What is int32 maxvalue?

1003


What is the keyword used to prevent a class from being inherited by another class?

1167


Can you have more than one namespace in c#?

997


How do you prevent a class from being inherited in c#?

884


Is there throws keyword in c#?

945


What is dll in vb.net?

988


What is a method signature?

1039


What do you mean by directing?

1069


What is the resgen.exe tool used for?

1031


explain the three services model commonly know as a three-tier application.

1037