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 is cache in asp net?
Explain difference between dataset and datareader?
What is bson in web api?
Can we add code files of different languages in app_code folder?
How do active server pages work?
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
What is state management in asp.net with example?
Define viewstate in .net?
What is sdlc process?
What is postback and autopostback in asp.net?
What is cached data phone?
What do you mean by authorization?
Give some salient points of difference between request processor and request dispatcher.
Explain server-side scripting?
What are the page life cycle events?