Random r = new Random(); int randomitem = r.nextInt(myList.size()); String randomElement = myList.get(randomitem);