Difference between Array and ArrayList? How Array is
benifitful than ArrayList?
Answer Posted / bhagwat prasad sharma
1+: array is the collection of similer types of elements having same name and sharing a common data type but array list having different data types with different name .
2+: array have predefined size we can not increase or decrease the size at run time but in array list we can do it at runtime the size problem in array is a big problem but this problem solve in array list you can change the size in array list dynamacally .
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
witch is the best insistute in sharpoint course.what abt future of share point course.
Write a code for sending an email from asp.net application.
What is the difference between session and viewstate in asp.net?
How to you can limit Access to Web API to Specific HTTP Verb?
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
What is a swagger in web api?
what is publisher?
Explain how do you deploy your asp.net application?
How Session outproc in Sqlserver stored?
What do you mean by serialize and marshalbyref?
What are the cookies types in asp.net?
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
What is application state?
What is hidden field in asp.net?
How to turn off cookies for a page?