Buy Questpond's video subscriptions on
huge discount
.
Online: 2665
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Exclusive Interviews
>
C#
>
Post
|
Interview FAQs
|
Exclusive Interview Home
|
Interview Home
|
Search
Loading ...
What is the default capacity of an arraylist
Posted by
deccansoft
on 9/27/2010 | Category:
C# Interview questions
| Views: 5230
Default capacity is 0. When the 1st element is added , the capacity will be 4 . Again when the 5th element is added the capacity will be 8 and so on.
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous question :
How is dictionary entry added to Hash table
Next question > :
can we have insert method in HashTable
Comments or Responses
Login to post response
More Interview Questions
can we have insert method in HashTable
what is the advantage of TrimToSize in array list
What are Nested Types in Generics
what is dictionary? How to use
What is Bit Array and properties of Bit Array
How to Serialize the generic types
What is the drawback of arraylist compared with Generic list
Which namespace has to be added for using generic list (List
, where ...