Difference between Array and ArrayList? How Array is
benifitful than ArrayList?

Answer Posted / bala

Array:
Fixed size and it strongly type collection so it can not use boxing and unboxing.

Arraylist:
Flexible sise and it should strongly type collection.Then it allowed to store various data type.it can use boxing and unboxing so it be slowness for comparing to array

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is manifest in .net framework?

546


Explain significance of routing? : asp.net mvc

557


What is asynchronous call?

588


In the Repeater control which way you can edit?

653


How many types of state management are there in asp net?

524






Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?

517


How information about the user's locale can be accessed?

585


How to register exception filter globally?

582


What is gridview in asp.net?

522


What is the concepts of globalization and localization in .net?

532


What kind of data we can store in viewstate?

580


Can we have multiple web config files for an asp.net application?

539


Explain a program using code nuggets to create a simple application? : asp.net mvc

515


Define msil.

552


What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?

1515