what is collections and
what is generics

Answers were Sorted based on User's Feedback



what is collections and what is generics..

Answer / osheen

COLLECTION:
Collection are used for grouping related objects that
allows us to iterate over those objects.

Generics:

Generic means make objects generalise.Generic types are the
types that take other type name to define their own type.

Is This Answer Correct ?    5 Yes 0 No

what is collections and what is generics..

Answer / 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

what is collections and what is generics..

Answer / pushparaj pentakota

collections allows you to enter any type of date without
restriction but with generic we can restrict the user to
enter any type of data.

Is This Answer Correct ?    1 Yes 1 No

what is collections and what is generics..

Answer / ilangkumaran

collections includes of arraylist and hashtables which are
similar to arrays but arrays we cant perform delete and add
operations whereas in collections it is possible some
addmethods are available

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More C Sharp Interview Questions

How do you define a predicate?

0 Answers  


What is the use of console?

0 Answers  


why C#.net doesnot support prcedures and why it supports structs,functions

1 Answers  


What are Types of assemblies that can be created in dotnet

0 Answers  


What can be done with c#?

0 Answers  






What are object pooling and connection pooling and difference? Where do we set the Min and Max Pool size for connection pooling?

0 Answers  


What does dbml mean in texting?

0 Answers  


What is the difference between ienumerable and iqueryable?

0 Answers  


What is constructor overloading in c#?

0 Answers  


what are the files we need to deploay a project in the system?

2 Answers  


Why we put script in head of asp.net page Why not in body?

1 Answers  


Explain “static” keyword in c#?

0 Answers  


Categories