List out the differences between array and arraylist in c#?


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

Post New Answer

More C Sharp Interview Questions

Why delegates are type safe?

0 Answers  


What are some examples of desktop applications?

0 Answers  


how to insert the data from the grid view to database table though button click.pls send the answer to mail id suri1319@gmail.com

0 Answers  


What are the drawbacks of extending an interface as opposed to extending a class?

0 Answers  


Is string value type c#?

0 Answers  






Name some properties of array.

0 Answers  


List the differences between method overriding and method overloading?

0 Answers  


What is the Use Of Interfaces? For example I have a interface as shown below? Interface IMyInterface { public void MyMethod(); } class MyClass : IMyInterface { public void Mymethod() { Some Code } } class Program { static void Main(string[] args) { MyClass obj = new MyClass(); obj.MyMethod(); } } Here What is My Question is? If i remove Interface and run this code, it will executed then what is the Use of the interface? Can any one give me the solution for this Problem? Thanks in Advance!

1 Answers   HCL,


What is interpolation in programming?

0 Answers  


Can we override main method in c#?

0 Answers  


Can you create an instance of a static class?

0 Answers  


If a class derives from another class, will the derived class automatically contain all the public, protected, and internal members of the base class?

0 Answers  


Categories