what is collections and
what is generics
Answer Posted / ashwani kumar
collection in case of memory useful .its size is not
fixed,means the if we want to store data more than its
default size its automatically double its default size.but
in case of normal array we can do through redim also the
memory allocated is new[impact on the performance].
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Illustrate race condition?
if a method is marked as protected internal who can access it?
Why do we need private constructor in c#?
What is boolean conditions in c#?
What is event delegate in c#?
Is it possible to have different access modifiers on the get/set methods of a property?
Can private virtual methods be overridden in c#.net?
What does firstordefault mean in c#?
Can we maintain state in webservice?
Okay, so an int is a value type, and a class is a reference type. How can int be derived from object?
Is Facebook a desktop application?
How can encapsulation be achieved?
What is the differences between datagrid, datalist and repeater in .net?
What are All kind of access specifiers for a class and for methods
Can we create multiple constructors?