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
Why we go for mvc instead of asp.net? : Asp.Net MVC
What is data grid view in asp.net?
What I need to create and run an asp.net application?
Which browsers support the xmlhttprequest object?
What is custom events? How to create it?
Describe the disadvantage of cookies.
Can you set the session out time manually?
What role “#&&” plays in a querysting?
What parameters can you pass in the url of the api? Can get and post use the same url?
What is difference between asp.net and asp.net mvc? : Asp.Net MVC
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?
What are the security types in asp.net?
Do I need to have the latest version of windows media player installed?
Explain State management in asp.net
Explain the difference between webfarm and webgardens in .net?