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
What is an il?
What are the steps to follow to host a web application on a web server?
Explain the working of passport authentication.
How to implement Authentication and Authorization?
What are the Types of object in asp
What is http protocol and how it works?
Explain what is clr?
Explain Optimization technique description?
Which type of state management is provided by Query String in ASP.NET?
What are the differnt types of handler in ASP.NET?
Is it possible for me to change my aspx file extension to some other name?
What are the new data controls in asp.net 2.0?
What is the displayafter property in updateprogress control?
What is boxing and unboxing in asp.net?
What does the .webpart file do?