What are the collection classes ?

Answers were Sorted based on User's Feedback



What are the collection classes ?..

Answer / senthil kumar

BitArray
ArrayList
HashTable
Stack
Queue

Is This Answer Correct ?    7 Yes 0 No

What are the collection classes ?..

Answer / sudhir sheoran

.Net framework provide specialized class for data storage
and retrieval called collection classes.
They provide support for list,array,stack,queue,hash table.
Mostly they are derived from ICollection,IEnumerable, Ilist,
IDictionary interfaces.
They are defined under system.collections

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is exe in c#?

0 Answers  


What is the use of ispostback in c#?

0 Answers  


What is Garbage Collection in .Net?

0 Answers  


what is a destructor?

0 Answers   Amazon,


Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).

0 Answers  






What is an escape sequence?

0 Answers  


What is dynamic dispatch?

0 Answers  


What is helper method in c#?

0 Answers  


What is lazy loading c#?

0 Answers  


WHAT IS THE DIFFERENCE BETWEEN STRING AND STRING BUILDER ?

3 Answers  


Are there constructors in c sharp?

0 Answers  


What are the ways in which client can create object on server in cao model?

0 Answers  


Categories