what is the generics and where used generics in your project?
Answer Posted / santosh
generics are representing a general datatypes.. we can
store the data in any premitive data types..
syn:
public add<G>(GS)
{
}
Calling: obj.add<int>(10)
obj.add<string>(satya)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
What is enableviewstatemac in asp net?
Explain what are webservices?
What is variable and constant in .net programming language?
Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?
How do u declare static variable and how it is declared and what is its lifetime?
What does mvc represent in asp.net? : asp.net mvc
What is asp.net caching?
What is the significance of ASP.NET routing?
What is is post back property in asp net?
What is globalization and localization in asp net?
What role “#&&” plays in a querysting?
How asynchronous call can be implemented using delegates?
What is different in .net 1.1 and .net 2.0?
Where the cookie value is stored?