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 session?
What are the different session state management options available in asp.net?
How can we pass info between 2 asp.net pages?
What are validator? Name the validation controls in asp.net? How do you disable them?
Explain asp.net application life cycle?
How to change Master page in ASP.Net using code?
Explain what does mvc represent in asp.net? : asp.net mvc
What parameters can you pass in the url of the api? Can get and post use the same url?
What is cached data phone?
Explain MVC model binders?
Which methods validate all the controls on a page?
how can create login from create and written conde in asp.net
What are the data controls available in asp.net?
What is a proxy in web service?
What is HTTPModule and HTTPcontext? What is the use of each?