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 use of web.config file?
Explain security types in asp.net?
What are the media types of http requests and response?
How does asp page work?
Explain the use of resource manager class in .net.
What is datagrid asp.net?
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?
What are validator? Name the validation controls in asp.net? How do you disable them?
What is parse in asp.net?
What is difference between View State and Hidden Field in ASP.NET?
What is hidden field in asp.net?
What are the main differences between asp and asp.net?
Which is faster union or union all?
What is the difference between abstract class vs interface? Can give me the real time examples?
What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?