Info[] queue = new Info[100]; // Array that CAN hold 100 Info references
int pos = 0;
queue[pos].name = System.getProperty("os.name"); // First slot of the array was never filled with an Info...