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
What is reflection in c#?
What is web forms in c#?
What are the fundamental principles of oo programming?
Explain dataset.acceptchanges method in .net?
What do multicast delegates mean?
Is static class thread safe in c#?
Why do you call it a process? What’s different between process and application in .net, not common computer usage, terminology?
What is difference between arraylist and list in c#?
What is uint64?
What are the two kinds of properties in c#.
Why generics are used?
What is default parameter in c#?
To catch any possible exception What is the C# syntax written ?
Describe the overview of clr integration.
Illustrate race condition?