Difference between Array and ArrayList? How Array is
benifitful than ArrayList?
Answer Posted / bhagwat prasad sharma
1+: array is the collection of similer types of elements having same name and sharing a common data type but array list having different data types with different name .
2+: array have predefined size we can not increase or decrease the size at run time but in array list we can do it at runtime the size problem in array is a big problem but this problem solve in array list you can change the size in array list dynamacally .
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
Securitywise What are the Enhancements in 2.0?
What are the ways to sending the data in ASP.NET page?
Explain the concept of event bubbling in ASP.NET?
What is ispostback property?
Explain different authentication modes in asp.net?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
What are the differences between the response.write() and response.output.write()?
What are the differences between application object and session object?
Where the cookie value is stored?
Which browsers support the xmlhttprequest object?
What is the default Orientation property in a Menu control?
What are the uses of reflection?
How can you debug your.net application?
Explain different types of Caching techniques in ASP.NET?
What is http post action?