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 is the difference between Classic ASP and ASP.Net?
What is the difference between “Web.config” and “Machine.Config”?
What is the use of worker process in asp.net?
Explain code snippet to register exception filters from controller?
What is the function used for removing an event listener?
What is comparevalidator?
Who can consume WebAPI?
How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.
What is session handling in a webfarm, how it can work with its limits?
What is the difference between user control an custom control?
What is a session government?
What is difference between session and cookies in asp net?
What is difference between ispostback and autopostback in asp net?
How do I send an email message from my ASP.NET page?
What is asp net objects?