Can you store multiple data types in System.Array?
Answer Posted / lalit
We can store multiple data types in an ArrayList but not in
a System.Array.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What is dynamic dispatch?
What is the difference between int.parse and int.tryparse methods?
Is it possible to force garbage collector to run?
What are cshtml files?
How assembly versioning in .NET prevent DLL Hell problem?
List down the different ide’s provided by microsoft for c# development.
What is mvc firstordefault?
Describe the ways of cleaning up objects in c#.
What are desktop applications examples?
How do you prevent a class from being inherited?
Which class comes after the SortedList class?
Explain the difference between “as” and “is” operators used in c#?
What is use of a HashTable in .NET?
Why do you call it a process? What’s different between process and application in .net, not common computer usage, terminology?
Which is more efficient for loop or while loop?