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
Why do we use struct in c#?
Explain synchronous and asynchronous operations?
what is an event? Define delegate?
Describe two uses of the “using” statement during the operation of c#?
What is Global Assembly Cache (GAC) and what is the purpose of it? (How to make an assembly to public? Steps) How more than one version of an assembly can keep in same place?
What is sorted list in c#?
How do you create dlls in .NET
What is a satellite assembly in c#?
Is it possible to nest cfml conditional tags?
What is an int in c#?
Why abstract class can not be instantiated?
Is lazy t thread safe?
What are strong name assemblies?
if we are updating a database using thread, and mean while application crashes or thread being aborted then what will happen in Database? Rollback or Database will be updated? Please explain with different scenario.
What's new in c#?