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
What can be done with c#?
Explain the difference between access specifier and access modifier in c#?
Does c# support try-catch-finally blocks?
Does c# have functions?
What is c sharp used for?
What is the difference between “out” and “ref” parameters in c#?
How many bytes is a long c#?
How main method is called in c#?
Are multiple data types stored in System.Array?
What is out in c#?
What is the advantage of singleton class?
What is difference between yielding and sleeping?
what is the equivalent to regsvr32 and regsvr32 /u a file in .net development?
What is the use of static members with example using c#.net.
Can an array be null c#?