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
What are the 3 levels at which content pages can be attached to Master Page?
What is use of <% %> in asp.net?
Explain the different types of directives in .net?
What’s difference between “optimistic” and “pessimistic” locking?
Explain the difference between response.redirect vs server.transfer
How does asp.net work?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
Where is asp.net session stored?
What are the validation controls available in ASP.NET?
What is the default timeout for a cookie?
What is connection pooling and how to enable and disable connection pooling?
What are strong names?
How to set the pane area to transparent of a scrollPane component.?
What is application Object?
Explain server side state management system.