Output? Vector strings = new Vector<>(); strings.add("Hello"); strings.add("World"); System.out.println(strings.get(0) + " " + strings.get(1));