Is arraylist faster than linkedlist?
What type of data type conversion happens when the compiler encounters the following code?
What are the delegates in c#?
What is difference between arraylist and list in c#?
What is readline library?
What is difference between hashtable and dictionary in c#?
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.
What is difference between abstraction and encapsulation in c#?
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 }
Is stringbuilder thread safe c#?
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?
Explain the difference between Metadata and Manifest