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
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
What is state management technique?
What is owin authentication?
Where is cookie used in asp.net?
How to create discussion forum in asp.net mvc? : Asp.Net MVC
How does a content page different from a master page?
What is session state server?
What are the new login controls in asp.net 2.0?
What r the asp.net list controls and diff. Between them?
What is advantage of asp.net?
Which is an advantage of application service providers?
What is in a session cookie?
what are the events raised in asp.net page life cycle?in which stage view state can be loaded?
What is the asp.net control toolkit?
What is asp.net and how it works?