what is collections and
what is generics
Answer Posted / 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 View All Answers
List the difference between interface and abstract class?
Illustrate serialization?
How many constructors can a class have c#?
How Reflection is used and what it's significance ?
Explain hash table in c# ?
what is the difference between the debug class and trace class?
Can var be null c#?
What are the ways in which client can create object on server in cao model?
State whether it is true to test a Web service you must create a windows application or Web application to consume this service or not?
Is inheritance possible in c sharp?
What is event and delegates in c#?
What is inheritance in csharp?
what are the differences between a class and structure
What is difference between a constant and read-only in C#?
How to declares a two-dimensional array in C#?