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
Will the asp.net validators run in server side or client side?
What is voluum?
Explain the difference between or and orelse?
What are early binding and late binding.
What is use of <% %> in asp.net?
Where web.config file is used?
What is the difference between system.stringbuilder and system.string
Explain the page lifecycle of an asp.net mvc? : asp.net mvc
What is application Object?
Why is mvc better than asp.net?
How to use push notification?
What is the current version of asp.net?
Define static constructor?
Define page fragment caching?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?