What is the difference between icomparer and icomparable in c#?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

Explain use of abstract and sealed classes in c#?

0 Answers  


What is the main method in c#?

0 Answers  


How do you implement thread synchronization in c#?

0 Answers  


1)what is difference between char and varchar in sql server 2005 2) what is composite key and candidate key 3) what is temporary table and derived table 4) how to calculate difference between two dates

1 Answers   Wipro,


What's the difference between class and object?

0 Answers  






Is vs as c#?

0 Answers  


What are the properties of c#?

0 Answers  


Using system; class main { public static void Main() { int a = 1; for (int i = 0; i < 10; i++) { int j = a * 5; Console.WriteLine(a + "*5=" + j); a++; } Console.ReadLine(); } }

1 Answers  


What is generic collection in c#?

0 Answers  


How do you declare an arraylist?

0 Answers  


Will finally block get executed if the 1exception had not occurred?

3 Answers  


Explain how do you directly call a native function exported from a dll?

0 Answers  


Categories