Explain Generics?



Explain Generics?..

Answer / n.v.s. prasad

i)Generics does not require boxing and unboxing while
inserting and retrieving elements.
ii)By Performane wise Generics were fast
iii)Generics are type safety.

Is This Answer Correct ?    8 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

How can we make sure that Web API returns JSON data only?

0 Answers  


Explain the scenario where we go for inpro and outpro session?

3 Answers  


what is uncle aunty file

1 Answers  


I have around 200+ controls in a page. Each of the sets of controls are kept in divs and when header div is clicked, only those div controls pertaining to that header div will be displayed. Rest of the divs are kept invisible. When the page loads, all these 200+ controls are loaded simultaneously, that consumes much of the time. What my requirement is I want to get the div1 controls loaded when the page loads and rest of the div controls should be loaded asynchronously. it should not be loaded with page load, so that time for loading the page can be much minimised. Hope u understood my question and pls help me out with a solution asap....

2 Answers  


What is application variable in asp.net?

0 Answers  






How Session outproc in Sqlserver stored?

0 Answers   CGI,


Is asp net front end or backend?

0 Answers  


Where would you use an iHTTPModule, and what are the limitations of any approach you might take in implementing one

1 Answers  


You are using the try? catch block seen in the following code segment, but no exceptions are ever caught by the catch block. What is the problem? SqlConnection cn =new sqlConnection(strSQL); SqlDataSet ds; try { cn.open(); //perform the data processing steps ??.. } catch (OleDbException e) { ?.. } a) The exception class is wrong; it should be sqlErrors. b) The exception class is wrong; it should be sqlSyntaxExceptios. c) The exception class is wrong; it should be sqlExceptions. d) The exception class is wrong; it should be sqlExcptions.

2 Answers   Microsoft, Syntax Softtech,


what is the challenging situation you faced in your career?

3 Answers   Calsoft, HP, Satyam, Wipro,


Explain different authentication modes in asp.net?

0 Answers  


How do you manage session in ASP and ASP.NET ?

2 Answers   Cap Gemini, Microsoft,


Categories