Can you store multiple data types in System.Array?
Answer Posted / vishal shah
What payal has mentioned is absolutely right. Array doesnt
store different datatypes. but ArrayList can store
different types of datatype in a single object.
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
What is ildasm.exe used for?
What is a delegate? How can it works?
What is datetime minvalue in c#?
Explain lock, monitors, and mutex object in threading.
What are delegates and why are they required?
What do you mean by string objects are immutable?
Explain how many types of exception handlers are there in .net?
What's difference between constants and static readonly?
Explain the difference between the debug class and trace class?
What is CASPOL?
What are Uses of CLR
What is the system namespace?
write code for inserting and updating recoards in sql server database using connected architecture & records shoulds displayed in grid view ( use c# )
What's the implicit name of the parameter that gets passed into the set method/property of a class?
Difference between value and reference type.