Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Can you store multiple data types in System.Array?

Answer Posted / rakesh

Storing multiple data types in System.Array is not
possible,if u want to store multiple data type means use
ArrayList.It is auto expandable too

Is This Answer Correct ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is reference types in c#?

1024


Can we override main method in c#?

1007


Explain the difference between user control and custom control. Also, explain their use.

1098


what will be the output of the given below coding. using System; public class Exercise { static void OddNumbers(int a) { if (a >= 1) { Console.Write("{0}, ", a); a -= 2; OddNumbers(a); } } public static int Main() { const int Number = 9; Console.WriteLine("Odd Numbers"); OddNumbers(Number); Console.WriteLine(); return 0; } }

4433


What is reference c#?

1011


What do you mean by delegates and explain different types of delegates?

1005


How many bytes is a char c#?

933


How does insertion sort work?

980


Enlist all the components of an ado.net framework?

913


Explain the difference between abstract class and interface in .net?

955


How can I use .NET components from COM programs?

956


What is an escape sequence?

989


Explain the importance and use of each, version, culture and publickeytoken for an assembly.

993


What is the difference between method overriding and method overloading?

1001


How to generate strong name key file or which command is used to generated strong name key file?

994