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
Explain Features in ASP.NET
3. What goals do you have in your career?
What is a user developed application?
What are the options in ASP.NET to maintain state?
What tags do you need to add within the asp:datagrid tags to bind columns manually? How?
In which event are the controls fully loaded?
What are validators and list some validators of asp.net?
What is cookies in asp net?
Can you explain the basic use of dataview?
Define secured sockets layer.
How would you turn off cookies on a page of a website?
Explain parts of assembly?
What is the life cycle of an asp.net page?
What are url fragments?
To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?