Is arraylist faster than linkedlist?


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

Post New Answer

More C Sharp Interview Questions

What type of data type conversion happens when the compiler encounters the following code?

0 Answers  


What are the delegates in c#?

0 Answers  


What is difference between arraylist and list in c#?

0 Answers  


What is readline library?

0 Answers  


What is difference between hashtable and dictionary in c#?

0 Answers  


If I have code like try { return; } catch { return; } finally { return; } from which block will the value will be returned. and try has been executed without any error.

6 Answers   Cap Gemini,


What is difference between abstraction and encapsulation in c#?

0 Answers  


Trace the O/p for a program on inheritance and Polymorphism. 3 classes A,B,C A with two methods public virtual SomeMethodA public virtual SomemoreMethodA B:A overide SomeMethodA C:B new Method SomeMethodA override SomeMoreMethodA main method { b new instance of B b.SomeMethodA b.SomeMoreMethodA b1 new instance of C b1.SomeMethodA b1.SomeMoreMethodA }

2 Answers   Proteans,


Is stringbuilder thread safe c#?

0 Answers  


How do you debug an ASP.NET Web application?

1 Answers   Rolta, Siebel Systems,


can you allow a class to be inherited, but prevent the method from being over-ridden?

0 Answers   Siebel Systems,


Explain the difference between Metadata and Manifest

0 Answers   HCL,


Categories