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 difference between viewstate and session in asp net?
What is difference between or and orelse?
What is the use of ASP.NET routing?
Explain weak typing and strong typing.
Which adapter should you use, if you want to get the data from an access database?
What is the difference between page-level caching and fragment caching?
Explain the steps needed to be performed in order to create an animation in xaml?
What is difference between session and cookie?
Why mvc is better than asp.net? : Asp.Net MVC
What is the difference between server-side scripting and client-side scripting?
if i wanna deploy my asp.net project to the production server and situation is that i m still not compiled my project i have as-is on my development side now on production server we dont have a visual studio now what kind of settings i need to be to do in webconfig /machine.config file to deploy my project and in iis too....
What is asp net theme?
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
What is ispostback method in asp.net?
What is viewstate information stored?