What r collections c sharp?

Answer Posted / nagarjunareddy.s

collection classes in c#.net is data structors this data
structors are hold the data in diffrent way for flexible
operations
this collection classes are derived from i collection and i
list ,ienumerable,idictionary interfaces..
in .net version 1.0 having different type of collection classes
this are all defined with in system.collection namespaces
main imp classes
array list,hash table,stack,queue
in the above collection classes support diff way to data
storing and retrieving
in .net 2.0 having different type of collection classes this
classes are define under system.collection.generic namespce
imp classes
list --this is corresponding to array list
dictionay--this is corresponding to hashtable
stack nad heap --this are corresponding to same stack and
heap collection classes in the system.collection namespace

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is literal in c#?

471


What are delegate methods?

468


Does c# support #define for defining global constants?

608


What is the relationship between a process, application domain, and application?

499


Explain the process of Serialization?

546






What is field in c#?

464


What is a Jagged Array in C#?

550


How do you create dlls in .NET

574


What is dynamic dispatch?

550


What is the difference between list and arraylist in c#?

416


What is value c#?

460


what is .NET framework architecture ??

1555


What is nullable types in c#?

500


What is a dynamic assembly?

525


What is cookies c#?

485