in java can one have an array of variables?
        Posted  
        
            by David
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by David
        
        
        
        Published on 2010-04-15T23:03:45Z
        Indexed on 
            2010/04/15
            23:13 UTC
        
        
        Read the original article
        Hit count: 176
        
in java can you have an array of variables?
if so what is the syntax? 
here's an example if your confused:
varint[] ArrayOfVariablesThatAreInts = new varint[#] 
or
var[] ArrayofVariables = new var[#]
is something like this legal?
© Stack Overflow or respective owner