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
Tell us something about static linking and dynamic linking?
What are the collections in c#?
In object oriented programming, how would you describe encapsulation in c#?
What is static classes in c#?
How to implement an object pool in c#.net.
Which is faster iqueryable or ienumerable?
What are circular references?
What are generics in c#.net?
What is the CTS, and how does it relate to the CLS?
What is a thread? What is multithreading?
What is the meaning of extention?
Write a program to create a user control with name and surname as data members and login as method and also the code to call it. (Hint use event delegates) Practical Example of Passing an Events to delegates
What are collection classes?
what is the purpose of using statement in c#
What is the use of system.environment class in c#.net?