PDA

View Full Version : Creating an unindexed array.


BWiz
01-26-2009, 10:44 PM
Just a quick question, rather than using the normal way to declare an array

int [] numArr = new int[3];

Is it possible to declare an array without an index?

EDIT: Never mind, stupid question. Just realized what I was doing wrong.