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

How do I upload a file from my ASP.NET page?

591


In which event are the controls fully loaded?

566


What is protected configuration?

599


What are the media types of http requests and response?

508


What are the different session state management options available in asp.net?

515






How do I send an email message from my ASP.NET page?

529


What is a session in programming?

556


where can i gather the materials for MCP certification

4472


What is state management in asp.net with example?

458


What is session in asp.net?

517


How many types of session in ASP.NET

580


Mention the namespace that is used to include .net data provider for sql server in .net code?

501


What is asp net_sessionid?

637


Explain About duration in caching technique

617


What are the main advantages of using asp.net?

552