Answer Posted / rajnesh
generic === generic is a Namespace just collection of
arrays & arraylist .
which are use in c#
using system .collection.Generic;
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Describe ado.net?
What is object pool in .net?
How many bytes is a char c#?
Why main method is static in c#?
What is difference between assembly and namespace?
So let's say I have an application that uses myapp.dll assembly, version 1.0.0.0. There is a security bug in that assembly, and I publish the patch, issuing it under name myapp.dll 1.1.0.0. How do I tell the client applications that are already installed to start using this new myapp.dll?
How do I run managed code in a process?
Explain about multithreading?
What is the class in c#?
Is list ienumerable c#?
How does inheritance work in c#?
What is the difference between delegates and events in c#?
What is boolean method?
What is a three-tier application.
Explain the difference between abstract class and interface.