What?s class SortedList underneath?



What?s class SortedList underneath?..

Answer / guest

A sorted HashTable.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Write the sample code for threading in c# .net..

4 Answers   Logica CMG,


What is the difference between firstordefault and first?

0 Answers  


How to navigate from one page(form) to another page(form) using C#.net...please give me the example

6 Answers  


If I want to override a method one of class A and in class b then how do you declare?

0 Answers  


hi, I am a begineer to c sharp. I have written a code for finding out prime numbers. Can anyone identify what are the flaws in my code. Kindly donot complex the code or present logic because i am new to c sharp and just started learning programming language.Thanks in advance. class Program { static void Main(string[] args) { int a,b=1; a = int.Parse(Console.ReadLine()); c= int.Parse(Console.ReadLine()); if (a % b == 0 && a % 2 != 0 && a % a == 0) Console.WriteLine(a); else if (a % b == 0 && a % 2 == 0) Console.WriteLine(a%2); Console.WriteLine("Number is not PRIME"); Console.ReadLine(); } } }

2 Answers  






To compute the monthly, half-yearly and annual sales made by all the salesmen of a company.

1 Answers   Philips,


How will you deploy the dll file in gac?

0 Answers  


Does c# supports destructors?

9 Answers   Choice Solutions,


What are the types of constructors?

0 Answers  


What is a delegate in c#?

0 Answers  


What is a method signature?

0 Answers  


Are constructors inherited c#?

0 Answers  


Categories