Java ArrayList Bestimmte Element Ausgeben
//prints the 4. value of the list:
System.out.println(list.get(3));
Jealous Jaguar
//prints the 4. value of the list:
System.out.println(list.get(3));