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
Describe an abstract class?
If you define a user defined data type by using the class keyword, is it a value type or reference type?
What is managed or unmanaged code?
What is public void in c#?
Explain the top reason to use c# language?
What is the difference between asp net and c#?
What does assert() do in c#?
What is the use of inheritance in c#?
Is c sharp and c# are same?
Can datetime be null c#?
What is the use of base keyword? Tell me a practical example for base keyword’s usage?
What are the steps for creating clr trigger
what are pointer types in c#
Explain About .NET Remoting and types of remoting
What namespace is list in c#?