Open Question: JAVA arrays?

how can i store three different things in just one space in an array so if i would call array[0] for example i would have a name, age, and gender im having problems because if the array is an integer it wont let me store a String name or boolean gender

Comments are closed.