Can you store multiple data types in System.Array?
Answer Posted / michael
No you can't ArrayList stores object. So if you use something like this
ArrayList arr = new ArrayList();
arr.Add(56);
arr.Add("ASDf");
you are still storing objects, 56 is object, ASDf is an object
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Enlist some of the properties of a thread class?
Explain states of a thread in c#?
Explain how many types of exception handlers are there in .net?
How many bits is int32?
What are cshtml files?
How do you use nullable?
What is the purpose of dictionary in c#?
What do you mean by synchronous and asynchronous operations?
What are All kind of access specifiers for a class and for methods
Explain what are three test cases you should go through in unit testing?
Is c# different than c++?
Is arraylist generic in c#?
What is cookies c#?
Is xamarin free?
What is writeline in c#?