Arraylist uses Array?
        Posted  
        
            by rkrauter
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by rkrauter
        
        
        
        Published on 2010-04-24T21:58:29Z
        Indexed on 
            2010/04/24
            22:03 UTC
        
        
        Read the original article
        Hit count: 289
        
c#
Does an ArrayList internally use an Array? Is this an empty array if we use the default constructor (new ArrayList())? Thanks.
© Stack Overflow or respective owner